Html Css Color HEX #810702 Maroon

📋 copy color: '#810702'

red 129 ◦ green 7 ◦ blue 2

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

Shades of Maroon #810702

Tints of Maroon #810702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 93.48%
G = 5.07%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#810702 (or 0x810702) is known color: Maroon. HEX triplet: 81, 07 and 02. RGB value is (129,7,2). Sum of RGB (Red+Green+Blue) = 129+7+2=138 (18% of max value = 765). Red value is 129 (50.78% from 255 or 93.48% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 129 - color contains mainly: red. Hex color #810702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810702 is #7EF8FD. Grayscale: #2B2B2B. Windows color (decimal): -8321278 or 132993. OLE color: 132993.

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

Color convert

RGB 129 7 2 -
CMYK 0 0.95 0.98 0.49
HSL 2.36º 0.97% 0.26% -
HSV(B) 2.36º 0.98% 0.51% -
XYZ 9.14 4.82 0.51 -
YUV 42.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 129 7 2 0 0.95 0.98 0.49 2.36 0.97 0.26
Hex 81 7 2 0 5F 62 31 2 61 1A
Octal 201 7 2 0 137 142 61 2 141 32
Binary 10000001 111 10 0 1011111 1100010 110001 10 1100001 11010

Color Harmonies of #810702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810702

Black with #810702

Text Example


Text Example

White with #810702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810702; }

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

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

background-color css

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

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

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

border-color css

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

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

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