Html Css Color HEX #810B00 Maroon

📋 copy color: '#810B00'

red 129 ◦ green 11 ◦ blue 0

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

Shades of Maroon #810B00

Tints of Maroon #810B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.14%
G = 7.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#810B00 (or 0x810B00) is known color: Maroon. HEX triplet: 81, 0B and 00. RGB value is (129,11,0). Sum of RGB (Red+Green+Blue) = 129+11+0=140 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.14% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 129 - color contains mainly: red. Hex color #810B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B00 is #7EF4FF. Grayscale: #2D2D2D. Windows color (decimal): -8320256 or 2945. OLE color: 2945.

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

Color convert

RGB 129 11 0 -
CMYK 0 0.91 1 0.49
HSL 5.12º 1% 0.25% -
HSV(B) 5.12º 1% 0.51% -
XYZ 9.17 4.91 0.46 -
YUV 45.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 129 11 0 0 0.91 1 0.49 5.12 1 0.25
Hex 81 B 0 0 5B 64 31 5 64 19
Octal 201 13 0 0 133 144 61 5 144 31
Binary 10000001 1011 0 0 1011011 1100100 110001 101 1100100 11001

Color Harmonies of #810B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B00

Black with #810B00

Text Example


Text Example

White with #810B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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