Html Css Color HEX #820C0B Maroon

📋 copy color: '#820C0B'

red 130 ◦ green 12 ◦ blue 11

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

Shades of Maroon #820C0B

Tints of Maroon #820C0B

RGB

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

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

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

R = 84.97%
G = 7.84%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#820C0B (or 0x820C0B) is known color: Maroon. HEX triplet: 82, 0C and 0B. RGB value is (130,12,11). Sum of RGB (Red+Green+Blue) = 130+12+11=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C0B is #7DF3F4. Grayscale: #2F2F2F. Windows color (decimal): -8254453 or 724098. OLE color: 724098.

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

Color convert

RGB 130 12 11 -
CMYK 0 0.91 0.92 0.49
HSL 0.5º 0.84% 0.28% -
HSV(B) 0.5º 0.92% 0.51% -
XYZ 9.4 5.03 0.79 -
YUV 47.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 130 12 11 0 0.91 0.92 0.49 0.5 0.84 0.28
Hex 82 C B 0 5B 5C 31 1 54 1C
Octal 202 14 13 0 133 134 61 1 124 34
Binary 10000010 1100 1011 0 1011011 1011100 110001 1 1010100 11100

Color Harmonies of #820C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C0B

Black with #820C0B

Text Example


Text Example

White with #820C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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