Html Css Color HEX #810703 Maroon

📋 copy color: '#810703'

red 129 ◦ green 7 ◦ blue 3

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

Shades of Maroon #810703

Tints of Maroon #810703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 92.81%
G = 5.04%
B = 2.16%

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

#810703 (or 0x810703) is known color: Maroon. HEX triplet: 81, 07 and 03. RGB value is (129,7,3). Sum of RGB (Red+Green+Blue) = 129+7+3=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #810703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810703 is #7EF8FC. Grayscale: #2B2B2B. Windows color (decimal): -8321277 or 198529. OLE color: 198529.

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

Color convert

RGB 129 7 3 -
CMYK 0 0.95 0.98 0.49
HSL 1.9º 0.95% 0.26% -
HSV(B) 1.9º 0.98% 0.51% -
XYZ 9.15 4.83 0.54 -
YUV 43.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 129 7 3 0 0.95 0.98 0.49 1.9 0.95 0.26
Hex 81 7 3 0 5F 62 31 2 5F 1A
Octal 201 7 3 0 137 142 61 2 137 32
Binary 10000001 111 11 0 1011111 1100010 110001 10 1011111 11010

Color Harmonies of #810703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810703

Black with #810703

Text Example


Text Example

White with #810703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810703; }

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

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

background-color css

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

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

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

border-color css

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

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

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