#221906

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

Shades of Maire #221906

Tints of Maire #221906

Color information

#221906 (or 0x221906) is unknown color: approx Maire. HEX triplet: 22, 19 and 06. RGB value is (34,25,6). Sum of RGB (Red+Green+Blue) = 34+25+6=65 (8% of max value = 765). Red value is 34 (13.67% from 255 or 52.31% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 34 - color contains mainly: red. Hex color #221906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221906 is #DDE6F9. Grayscale: #191919. Windows color (decimal): -14542586 or 399650. OLE color: 399650.

HSL color Cylindrical-coordinate representation of color #221906: hue angle of 40.71º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221906 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB34256-
CMYK00.260.820.87
HSL40.71º70%7.84%-
HSV(B)40.71º82.35%13.33%-
XYZ1.041.050.32-
YUV25.52116.98134.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 52.31%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=52.31%
G=38.46%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3425600.260.820.8740.71707.84
Hex2219601A525729468
Octal423160321221275110610
Binary100010110011100110101010010101011110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221906; }

 p { color: rgb(34,25,6); }

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

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

 a { background-color: rgb(34,25,6); }

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

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

 span { border-color: rgb(34,25,6); }

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