Html Css Color HEX #810605 Maroon

📋 copy color: '#810605'

red 129 ◦ green 6 ◦ blue 5

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

Shades of Maroon #810605

Tints of Maroon #810605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 92.14%
G = 4.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#810605 (or 0x810605) is known color: Maroon. HEX triplet: 81, 06 and 05. RGB value is (129,6,5). Sum of RGB (Red+Green+Blue) = 129+6+5=140 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.14% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 129 - color contains mainly: red. Hex color #810605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810605 is #7EF9FA. Grayscale: #2A2A2A. Windows color (decimal): -8321531 or 329345. OLE color: 329345.

HSL color Cylindrical-coordinate representation of color #810605: hue angle of 0.48º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810605 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 6 5 -
CMYK 0 0.95 0.96 0.49
HSL 0.48º 0.93% 0.26% -
HSV(B) 0.48º 0.96% 0.51% -
XYZ 9.15 4.81 0.59 -
YUV 42.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 129 6 5 0 0.95 0.96 0.49 0.48 0.93 0.26
Hex 81 6 5 0 5F 60 31 0 5D 1A
Octal 201 6 5 0 137 140 61 0 135 32
Binary 10000001 110 101 0 1011111 1100000 110001 0 1011101 11010

Color Harmonies of #810605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810605

Black with #810605

Text Example


Text Example

White with #810605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810605; }

 p { color: rgb(129,6,5); }

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

background-color css

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

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

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

border-color css

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

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

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