#20190A

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

Shades of Maire #20190A

Tints of Maire #20190A

Color information

#20190A (or 0x20190A) is unknown color: approx Maire. HEX triplet: 20, 19 and 0A. RGB value is (32,25,10). Sum of RGB (Red+Green+Blue) = 32+25+10=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #20190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20190A is #DFE6F5. Grayscale: #191919. Windows color (decimal): -14673654 or 661792. OLE color: 661792.

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

Color convert

RGB322510-
CMYK00.220.690.87
HSL40.91º52.38%8.24%-
HSV(B)40.91º68.75%12.55%-
XYZ11.020.43-
YUV25.38119.32132.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=47.76%
G=37.31%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32251000.220.690.8740.9152.388.24
Hex2019A016455729348
Octal403112026105127516410
Binary100000110011010010110100010110101111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,25,10); }

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

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

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

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

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

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

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