Html Css Color HEX #810A07 Maroon

📋 copy color: '#810A07'

red 129 ◦ green 10 ◦ blue 7

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

Shades of Maroon #810A07

Tints of Maroon #810A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.85%

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

R = 88.36%
G = 6.85%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#810A07 (or 0x810A07) is known color: Maroon. HEX triplet: 81, 0A and 07. RGB value is (129,10,7). Sum of RGB (Red+Green+Blue) = 129+10+7=146 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.36% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 129 - color contains mainly: red. Hex color #810A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810A07 is #7EF5F8. Grayscale: #2D2D2D. Windows color (decimal): -8320505 or 461441. OLE color: 461441.

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

Color convert

RGB 129 10 7 -
CMYK 0 0.92 0.95 0.49
HSL 1.48º 0.9% 0.27% -
HSV(B) 1.48º 0.95% 0.51% -
XYZ 9.2 4.9 0.66 -
YUV 45.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 129 10 7 0 0.92 0.95 0.49 1.48 0.9 0.27
Hex 81 A 7 0 5C 5F 31 1 5A 1B
Octal 201 12 7 0 134 137 61 1 132 33
Binary 10000001 1010 111 0 1011100 1011111 110001 1 1011010 11011

Color Harmonies of #810A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A07

Black with #810A07

Text Example


Text Example

White with #810A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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