Html Css Color HEX #810B0B Maroon

📋 copy color: '#810B0B'

red 129 ◦ green 11 ◦ blue 11

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

Shades of Maroon #810B0B

Tints of Maroon #810B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 85.43%
G = 7.28%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#810B0B (or 0x810B0B) is known color: Maroon. HEX triplet: 81, 0B and 0B. RGB value is (129,11,11). Sum of RGB (Red+Green+Blue) = 129+11+11=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #810B0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B0B is #7EF4F4. Grayscale: #2E2E2E. Windows color (decimal): -8320245 or 723841. OLE color: 723841.

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

Color convert

RGB 129 11 11 -
CMYK 0 0.91 0.91 0.49
HSL 0.84% 0.27% -
HSV(B) 0.91% 0.51% -
XYZ 9.23 4.93 0.78 -
YUV 46.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 129 11 11 0 0.91 0.91 0.49 0 0.84 0.27
Hex 81 B B 0 5B 5B 31 0 54 1B
Octal 201 13 13 0 133 133 61 0 124 33
Binary 10000001 1011 1011 0 1011011 1011011 110001 0 1010100 11011

Color Harmonies of #810B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B0B

Black with #810B0B

Text Example


Text Example

White with #810B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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