Html Css Color HEX #810B04 Maroon

📋 copy color: '#810B04'

red 129 ◦ green 11 ◦ blue 4

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

Shades of Maroon #810B04

Tints of Maroon #810B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.78%

R = 89.58%
G = 7.64%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#810B04 (or 0x810B04) is known color: Maroon. HEX triplet: 81, 0B and 04. RGB value is (129,11,4). Sum of RGB (Red+Green+Blue) = 129+11+4=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810B04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B04 is #7EF4FB. Grayscale: #2D2D2D. Windows color (decimal): -8320252 or 265089. OLE color: 265089.

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

Color convert

RGB 129 11 4 -
CMYK 0 0.91 0.97 0.49
HSL 3.36º 0.94% 0.26% -
HSV(B) 3.36º 0.97% 0.51% -
XYZ 9.19 4.92 0.58 -
YUV 45.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 129 11 4 0 0.91 0.97 0.49 3.36 0.94 0.26
Hex 81 B 4 0 5B 61 31 3 5E 1A
Octal 201 13 4 0 133 141 61 3 136 32
Binary 10000001 1011 100 0 1011011 1100001 110001 11 1011110 11010

Color Harmonies of #810B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B04

Black with #810B04

Text Example


Text Example

White with #810B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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