Html Css Color HEX #810505 Maroon

📋 copy color: '#810505'

red 129 ◦ green 5 ◦ blue 5

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

Shades of Maroon #810505

Tints of Maroon #810505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 92.81%
G = 3.6%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#810505 (or 0x810505) is known color: Maroon. HEX triplet: 81, 05 and 05. RGB value is (129,5,5). Sum of RGB (Red+Green+Blue) = 129+5+5=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #810505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810505 is #7EFAFA. Grayscale: #2A2A2A. Windows color (decimal): -8321787 or 329089. OLE color: 329089.

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

Color convert

RGB 129 5 5 -
CMYK 0 0.96 0.96 0.49
HSL 0.93% 0.26% -
HSV(B) 0.96% 0.51% -
XYZ 9.13 4.79 0.59 -
YUV 42.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 129 5 5 0 0.96 0.96 0.49 0 0.93 0.26
Hex 81 5 5 0 60 60 31 0 5D 1A
Octal 201 5 5 0 140 140 61 0 135 32
Binary 10000001 101 101 0 1100000 1100000 110001 0 1011101 11010

Color Harmonies of #810505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810505

Black with #810505

Text Example


Text Example

White with #810505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810505; }

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

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

background-color css

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

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

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

border-color css

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

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

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