Html Css Color HEX #810704 Maroon

📋 copy color: '#810704'

red 129 ◦ green 7 ◦ blue 4

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

Shades of Maroon #810704

Tints of Maroon #810704

RGB

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

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

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

R = 92.14%
G = 5%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#810704 (or 0x810704) is known color: Maroon. HEX triplet: 81, 07 and 04. RGB value is (129,7,4). Sum of RGB (Red+Green+Blue) = 129+7+4=140 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.14% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 129 - color contains mainly: red. Hex color #810704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810704 is #7EF8FB. Grayscale: #2B2B2B. Windows color (decimal): -8321276 or 264065. OLE color: 264065.

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

Color convert

RGB 129 7 4 -
CMYK 0 0.95 0.97 0.49
HSL 1.44º 0.94% 0.26% -
HSV(B) 1.44º 0.97% 0.51% -
XYZ 9.15 4.83 0.56 -
YUV 43.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 129 7 4 0 0.95 0.97 0.49 1.44 0.94 0.26
Hex 81 7 4 0 5F 61 31 1 5E 1A
Octal 201 7 4 0 137 141 61 1 136 32
Binary 10000001 111 100 0 1011111 1100001 110001 1 1011110 11010

Color Harmonies of #810704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810704

Black with #810704

Text Example


Text Example

White with #810704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810704; }

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

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

background-color css

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

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

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

border-color css

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

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

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