#211F0D

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

Shades of Maire #211F0D

Tints of Maire #211F0D

Color information

#211F0D (or 0x211F0D) is unknown color: approx Maire. HEX triplet: 21, 1F and 0D. RGB value is (33,31,13). Sum of RGB (Red+Green+Blue) = 33+31+13=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F0D is #DEE0F2. Grayscale: #1D1D1D. Windows color (decimal): -14606579 or 859937. OLE color: 859937.

HSL color Cylindrical-coordinate representation of color #211F0D: hue angle of 54º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211F0D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB333113-
CMYK00.060.610.87
HSL54º43.48%9.02%-
HSV(B)54º60.61%12.94%-
XYZ1.191.330.58-
YUV29.55118.66130.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=42.86%
G=40.26%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33311300.060.610.875443.489.02
Hex211FD063D57362b9
Octal4137150675127665311
Binary100001111111101011011110110101111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F0D; }

 p { color: rgb(33,31,13); }

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

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

 a { background-color: rgb(33,31,13); }

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

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

 span { border-color: rgb(33,31,13); }

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