Html Css Color HEX #810707 Maroon

📋 copy color: '#810707'

red 129 ◦ green 7 ◦ blue 7

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

Shades of Maroon #810707

Tints of Maroon #810707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 90.21%
G = 4.9%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#810707 (or 0x810707) is known color: Maroon. HEX triplet: 81, 07 and 07. RGB value is (129,7,7). Sum of RGB (Red+Green+Blue) = 129+7+7=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #810707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810707 is #7EF8F8. Grayscale: #2B2B2B. Windows color (decimal): -8321273 or 460673. OLE color: 460673.

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

Color convert

RGB 129 7 7 -
CMYK 0 0.95 0.95 0.49
HSL 0.9% 0.27% -
HSV(B) 0.95% 0.51% -
XYZ 9.17 4.83 0.65 -
YUV 43.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 129 7 7 0 0.95 0.95 0.49 0 0.9 0.27
Hex 81 7 7 0 5F 5F 31 0 5A 1B
Octal 201 7 7 0 137 137 61 0 132 33
Binary 10000001 111 111 0 1011111 1011111 110001 0 1011010 11011

Color Harmonies of #810707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810707

Black with #810707

Text Example


Text Example

White with #810707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810707; }

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

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

background-color css

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

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

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

border-color css

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

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

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