Html Css Color HEX #840D09 Maroon

📋 copy color: '#840D09'

red 132 ◦ green 13 ◦ blue 9

#840D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #840D09

Tints of Maroon #840D09

RGB

 RED value IS 132 (51.95% from 255) = 85.71%

 GREEN value IS 13 (5.47% from 255) = 8.44%

 BLUE value IS 9 (3.91% from 255) = 5.84%

R = 85.71%
G = 8.44%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#840D09 (or 0x840D09) is known color: Maroon. HEX triplet: 84, 0D and 09. RGB value is (132,13,9). Sum of RGB (Red+Green+Blue) = 132+13+9=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #840D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D09 is #7BF2F6. Grayscale: #303030. Windows color (decimal): -8123127 or 593284. OLE color: 593284.

HSL color Cylindrical-coordinate representation of color #840D09: hue angle of 1.95º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840D09 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 9 -
CMYK 0 0.90 0.93 0.48
HSL 1.95º 0.87% 0.28% -
HSV(B) 1.95º 0.93% 0.52% -
XYZ 9.71 5.21 0.75 -
YUV 48.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 132 13 9 0 0.90 0.93 0.48 1.95 0.87 0.28
Hex 84 D 9 0 5A 5D 30 2 57 1C
Octal 204 15 11 0 132 135 60 2 127 34
Binary 10000100 1101 1001 0 1011010 1011101 110000 10 1010111 11100

Color Harmonies of #840D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D09

Black with #840D09

Text Example


Text Example

White with #840D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D09; }

 p { color: rgb(132,13,9); }

 H1.HeaderClassName
 {
   color: #840D09;
 }
 .AnyTagClassName
 {
   color: #840D09;
 }
</style>

background-color css

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

 a { background-color: rgb(132,13,9); }

 div.DivClassName
 {
   background-color: #840D09;
 }
 .BgClassName
 {
   background-color: #840D09;
 }
</style>

border-color css

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

 span { border-color: rgb(132,13,9); }

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