Html Css Color HEX #810C00 Maroon

📋 copy color: '#810C00'

red 129 ◦ green 12 ◦ blue 0

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

Shades of Maroon #810C00

Tints of Maroon #810C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.51%

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

R = 91.49%
G = 8.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#810C00 (or 0x810C00) is known color: Maroon. HEX triplet: 81, 0C and 00. RGB value is (129,12,0). Sum of RGB (Red+Green+Blue) = 129+12+0=141 (18% of max value = 765). Red value is 129 (50.78% from 255 or 91.49% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 129 - color contains mainly: red. Hex color #810C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C00 is #7EF3FF. Grayscale: #2D2D2D. Windows color (decimal): -8320000 or 3201. OLE color: 3201.

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

Color convert

RGB 129 12 0 -
CMYK 0 0.91 1 0.49
HSL 5.58º 1% 0.25% -
HSV(B) 5.58º 1% 0.51% -
XYZ 9.18 4.93 0.47 -
YUV 45.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 129 12 0 0 0.91 1 0.49 5.58 1 0.25
Hex 81 C 0 0 5B 64 31 6 64 19
Octal 201 14 0 0 133 144 61 6 144 31
Binary 10000001 1100 0 0 1011011 1100100 110001 110 1100100 11001

Color Harmonies of #810C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C00

Black with #810C00

Text Example


Text Example

White with #810C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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