#941122

Color #941122 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #941122

Tints of Carmine #941122

Color information

#941122 (or 0x941122) is unknown color: approx Carmine. HEX triplet: 94, 11 and 22. RGB value is (148,17,34). Sum of RGB (Red+Green+Blue) = 148+17+34=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #941122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941122 is #6BEEDD. Grayscale: #3A3A3A. Windows color (decimal): -7073502 or 2232724. OLE color: 2232724.

HSL color Cylindrical-coordinate representation of color #941122: hue angle of 352.21º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941122 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1481734-
CMYK00.890.770.42
HSL352.21º79.39%32.35%-
HSV(B)352.21º88.51%58.04%-
XYZ12.76.812.16-
YUV58.11114.4192.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 74.37%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=74.37%
G=8.54%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148173400.890.770.42352.2179.3932.35
Hex9411220594D2A1604f20
Octal224214201311155254011740
Binary10010100100011000100101100110011011010101011000001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941122; }

 p { color: rgb(148,17,34); }

 H1.HeaderClassName
 {
   color: #941122;
 }
 .AnyTagClassName
 {
   color: #941122;
 }
</style>
background-color css

<style>
 a { background-color: #941122; }

 a { background-color: rgb(148,17,34); }

 div.DivClassName
 {
   background-color: #941122;
 }
 .BgClassName
 {
   background-color: #941122;
 }
</style>
border-color css

<style>
 span { border-color: #941122; }

 span { border-color: rgb(148,17,34); }

 td.TdClassName
 {
   border-color: #941122;
 }
 .TagClassName
 {
   border-color: #941122;
 }
</style>