#22200F

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

Shades of Maire #22200F

Tints of Maire #22200F

Color information

#22200F (or 0x22200F) is unknown color: approx Maire. HEX triplet: 22, 20 and 0F. RGB value is (34,32,15). Sum of RGB (Red+Green+Blue) = 34+32+15=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #22200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22200F is #DDDFF0. Grayscale: #1E1E1E. Windows color (decimal): -14540785 or 991266. OLE color: 991266.

HSL color Cylindrical-coordinate representation of color #22200F: hue angle of 53.68º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22200F is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB343215-
CMYK00.060.560.87
HSL53.68º38.78%9.61%-
HSV(B)53.68º55.88%13.33%-
XYZ1.261.410.66-
YUV30.66119.16130.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=41.98%
G=39.51%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34321500.060.560.8753.6838.789.61
Hex2220F0638573627a
Octal4240170670127664712
Binary1000101000001111011011100010101111101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22200F; }

 p { color: rgb(34,32,15); }

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

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

 a { background-color: rgb(34,32,15); }

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

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

 span { border-color: rgb(34,32,15); }

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