Html Css Color HEX #810705 Maroon

📋 copy color: '#810705'

red 129 ◦ green 7 ◦ blue 5

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

Shades of Maroon #810705

Tints of Maroon #810705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 91.49%
G = 4.96%
B = 3.55%

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

#810705 (or 0x810705) is known color: Maroon. HEX triplet: 81, 07 and 05. RGB value is (129,7,5). Sum of RGB (Red+Green+Blue) = 129+7+5=141 (18% of max value = 765). Red value is 129 (50.78% from 255 or 91.49% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 129 - color contains mainly: red. Hex color #810705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810705 is #7EF8FA. Grayscale: #2B2B2B. Windows color (decimal): -8321275 or 329601. OLE color: 329601.

HSL color Cylindrical-coordinate representation of color #810705: hue angle of 0.97º 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 #810705 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 5 -
CMYK 0 0.95 0.96 0.49
HSL 0.97º 0.93% 0.26% -
HSV(B) 0.97º 0.96% 0.51% -
XYZ 9.16 4.83 0.59 -
YUV 43.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 129 7 5 0 0.95 0.96 0.49 0.97 0.93 0.26
Hex 81 7 5 0 5F 60 31 1 5D 1A
Octal 201 7 5 0 137 140 61 1 135 32
Binary 10000001 111 101 0 1011111 1100000 110001 1 1011101 11010

Color Harmonies of #810705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810705

Black with #810705

Text Example


Text Example

White with #810705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810705; }

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

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

background-color css

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

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

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

border-color css

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

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

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