Html Css Color HEX #810100 Maroon

📋 copy color: '#810100'

red 129 ◦ green 1 ◦ blue 0

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

Shades of Maroon #810100

Tints of Maroon #810100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

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

R = 99.23%
G = 0.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#810100 (or 0x810100) is known color: Maroon. HEX triplet: 81, 01 and 00. RGB value is (129,1,0). Sum of RGB (Red+Green+Blue) = 129+1+0=130 (17% of max value = 765). Red value is 129 (50.78% from 255 or 99.23% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 129 - color contains mainly: red. Hex color #810100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810100 is #7EFEFF. Grayscale: #272727. Windows color (decimal): -8322816 or 385. OLE color: 385.

HSL color Cylindrical-coordinate representation of color #810100: hue angle of 0.47º 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 #810100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 0 -
CMYK 0 0.99 1 0.49
HSL 0.47º 1% 0.25% -
HSV(B) 0.47º 1% 0.51% -
XYZ 9.06 4.69 0.43 -
YUV 39.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 129 1 0 0 0.99 1 0.49 0.47 1 0.25
Hex 81 1 0 0 63 64 31 0 64 19
Octal 201 1 0 0 143 144 61 0 144 31
Binary 10000001 1 0 0 1100011 1100100 110001 0 1100100 11001

Color Harmonies of #810100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810100

Black with #810100

Text Example


Text Example

White with #810100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810100; }

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

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

background-color css

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

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

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

border-color css

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

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

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