#21210A

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

Shades of Maire #21210A

Tints of Maire #21210A

Color information

#21210A (or 0x21210A) is unknown color: approx Maire. HEX triplet: 21, 21 and 0A. RGB value is (33,33,10). Sum of RGB (Red+Green+Blue) = 33+33+10=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 33 - color contains mainly: red, green. Hex color #21210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21210A is #DEDEF5. Grayscale: #1E1E1E. Windows color (decimal): -14606070 or 663841. OLE color: 663841.

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

Color convert

RGB333310-
CMYK000.700.87
HSL60º53.49%8.43%-
HSV(B)60º69.7%12.94%-
XYZ1.231.430.5-
YUV30.38116.5129.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=43.42%
G=43.42%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333310000.700.876053.498.43
Hex2121A0046573c358
Octal41411200106127746510
Binary100001100001101000100011010101111111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21210A; }

 p { color: rgb(33,33,10); }

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

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

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

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

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

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

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