Html Css Color HEX #820C08 Maroon

📋 copy color: '#820C08'

red 130 ◦ green 12 ◦ blue 8

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

Shades of Maroon #820C08

Tints of Maroon #820C08

RGB

 RED value IS 130 (51.17% from 255) = 86.67%

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

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 86.67%
G = 8%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#820C08 (or 0x820C08) is known color: Maroon. HEX triplet: 82, 0C and 08. RGB value is (130,12,8). Sum of RGB (Red+Green+Blue) = 130+12+8=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #820C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C08 is #7DF3F7. Grayscale: #2E2E2E. Windows color (decimal): -8254456 or 527490. OLE color: 527490.

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

Color convert

RGB 130 12 8 -
CMYK 0 0.91 0.94 0.49
HSL 1.97º 0.88% 0.27% -
HSV(B) 1.97º 0.94% 0.51% -
XYZ 9.38 5.03 0.71 -
YUV 46.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 130 12 8 0 0.91 0.94 0.49 1.97 0.88 0.27
Hex 82 C 8 0 5B 5E 31 2 58 1B
Octal 202 14 10 0 133 136 61 2 130 33
Binary 10000010 1100 1000 0 1011011 1011110 110001 10 1011000 11011

Color Harmonies of #820C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C08

Black with #820C08

Text Example


Text Example

White with #820C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C08; }

 p { color: rgb(130,12,8); }

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

background-color css

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

 a { background-color: rgb(130,12,8); }

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

border-color css

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

 span { border-color: rgb(130,12,8); }

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