Html Css Color HEX #810C0B Maroon

📋 copy color: '#810C0B'

red 129 ◦ green 12 ◦ blue 11

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

Shades of Maroon #810C0B

Tints of Maroon #810C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 84.87%
G = 7.89%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#810C0B (or 0x810C0B) is known color: Maroon. HEX triplet: 81, 0C and 0B. RGB value is (129,12,11). Sum of RGB (Red+Green+Blue) = 129+12+11=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C0B is #7EF3F4. Grayscale: #2E2E2E. Windows color (decimal): -8319989 or 724097. OLE color: 724097.

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

Color convert

RGB 129 12 11 -
CMYK 0 0.91 0.91 0.49
HSL 0.51º 0.84% 0.27% -
HSV(B) 0.51º 0.91% 0.51% -
XYZ 9.25 4.95 0.79 -
YUV 46.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 129 12 11 0 0.91 0.91 0.49 0.51 0.84 0.27
Hex 81 C B 0 5B 5B 31 1 54 1B
Octal 201 14 13 0 133 133 61 1 124 33
Binary 10000001 1100 1011 0 1011011 1011011 110001 1 1010100 11011

Color Harmonies of #810C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C0B

Black with #810C0B

Text Example


Text Example

White with #810C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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