Html Css Color HEX #820C06 Maroon

📋 copy color: '#820C06'

red 130 ◦ green 12 ◦ blue 6

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

Shades of Maroon #820C06

Tints of Maroon #820C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 87.84%
G = 8.11%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820C06 (or 0x820C06) is known color: Maroon. HEX triplet: 82, 0C and 06. RGB value is (130,12,6). Sum of RGB (Red+Green+Blue) = 130+12+6=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #820C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C06 is #7DF3F9. Grayscale: #2E2E2E. Windows color (decimal): -8254458 or 396418. OLE color: 396418.

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

Color convert

RGB 130 12 6 -
CMYK 0 0.91 0.95 0.49
HSL 2.9º 0.91% 0.27% -
HSV(B) 2.9º 0.95% 0.51% -
XYZ 9.37 5.02 0.65 -
YUV 46.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 130 12 6 0 0.91 0.95 0.49 2.9 0.91 0.27
Hex 82 C 6 0 5B 5F 31 3 5B 1B
Octal 202 14 6 0 133 137 61 3 133 33
Binary 10000010 1100 110 0 1011011 1011111 110001 11 1011011 11011

Color Harmonies of #820C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C06

Black with #820C06

Text Example


Text Example

White with #820C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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