Html Css Color HEX #810B07 Maroon

📋 copy color: '#810B07'

red 129 ◦ green 11 ◦ blue 7

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

Shades of Maroon #810B07

Tints of Maroon #810B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.76%

R = 87.76%
G = 7.48%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#810B07 (or 0x810B07) is known color: Maroon. HEX triplet: 81, 0B and 07. RGB value is (129,11,7). Sum of RGB (Red+Green+Blue) = 129+11+7=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #810B07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B07 is #7EF4F8. Grayscale: #2D2D2D. Windows color (decimal): -8320249 or 461697. OLE color: 461697.

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

Color convert

RGB 129 11 7 -
CMYK 0 0.91 0.95 0.49
HSL 1.97º 0.9% 0.27% -
HSV(B) 1.97º 0.95% 0.51% -
XYZ 9.21 4.92 0.67 -
YUV 45.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 129 11 7 0 0.91 0.95 0.49 1.97 0.9 0.27
Hex 81 B 7 0 5B 5F 31 2 5A 1B
Octal 201 13 7 0 133 137 61 2 132 33
Binary 10000001 1011 111 0 1011011 1011111 110001 10 1011010 11011

Color Harmonies of #810B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B07

Black with #810B07

Text Example


Text Example

White with #810B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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