Html Css Color HEX #810B09 Maroon

📋 copy color: '#810B09'

red 129 ◦ green 11 ◦ blue 9

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

Shades of Maroon #810B09

Tints of Maroon #810B09

RGB

 RED value IS 129 (50.78% from 255) = 86.58%

 GREEN value IS 11 (4.69% from 255) = 7.38%

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

R = 86.58%
G = 7.38%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#810B09 (or 0x810B09) is known color: Maroon. HEX triplet: 81, 0B and 09. RGB value is (129,11,9). Sum of RGB (Red+Green+Blue) = 129+11+9=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B09 is #7EF4F6. Grayscale: #2E2E2E. Windows color (decimal): -8320247 or 592769. OLE color: 592769.

HSL color Cylindrical-coordinate representation of color #810B09: hue angle of 1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810B09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 11 9 -
CMYK 0 0.91 0.93 0.49
HSL 0.87% 0.27% -
HSV(B) 0.93% 0.51% -
XYZ 9.22 4.93 0.72 -
YUV 46.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 129 11 9 0 0.91 0.93 0.49 1 0.87 0.27
Hex 81 B 9 0 5B 5D 31 1 57 1B
Octal 201 13 11 0 133 135 61 1 127 33
Binary 10000001 1011 1001 0 1011011 1011101 110001 1 1010111 11011

Color Harmonies of #810B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B09

Black with #810B09

Text Example


Text Example

White with #810B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810B09; }

 p { color: rgb(129,11,9); }

 H1.HeaderClassName
 {
   color: #810B09;
 }
 .AnyTagClassName
 {
   color: #810B09;
 }
</style>

background-color css

<style>
 a { background-color: #810B09; }

 a { background-color: rgb(129,11,9); }

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

border-color css

<style>
 span { border-color: #810B09; }

 span { border-color: rgb(129,11,9); }

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