Html Css Color HEX #810600 Maroon

📋 copy color: '#810600'

red 129 ◦ green 6 ◦ blue 0

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

Shades of Maroon #810600

Tints of Maroon #810600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.56%
G = 4.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#810600 (or 0x810600) is known color: Maroon. HEX triplet: 81, 06 and 00. RGB value is (129,6,0). Sum of RGB (Red+Green+Blue) = 129+6+0=135 (17% of max value = 765). Red value is 129 (50.78% from 255 or 95.56% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 129 - color contains mainly: red. Hex color #810600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810600 is #7EF9FF. Grayscale: #2A2A2A. Windows color (decimal): -8321536 or 1665. OLE color: 1665.

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

Color convert

RGB 129 6 0 -
CMYK 0 0.95 1 0.49
HSL 2.79º 1% 0.25% -
HSV(B) 2.79º 1% 0.51% -
XYZ 9.12 4.8 0.45 -
YUV 42.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 129 6 0 0 0.95 1 0.49 2.79 1 0.25
Hex 81 6 0 0 5F 64 31 3 64 19
Octal 201 6 0 0 137 144 61 3 144 31
Binary 10000001 110 0 0 1011111 1100100 110001 11 1100100 11001

Color Harmonies of #810600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810600

Black with #810600

Text Example


Text Example

White with #810600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810600; }

 p { color: rgb(129,6,0); }

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

background-color css

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

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

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

border-color css

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

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

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