Html Css Color HEX #821206 Maroon

📋 copy color: '#821206'

red 130 ◦ green 18 ◦ blue 6

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

Shades of Maroon #821206

Tints of Maroon #821206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 84.42%
G = 11.69%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#821206 (or 0x821206) is known color: Maroon. HEX triplet: 82, 12 and 06. RGB value is (130,18,6). Sum of RGB (Red+Green+Blue) = 130+18+6=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #821206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821206 is #7DEDF9. Grayscale: #323232. Windows color (decimal): -8252922 or 397954. OLE color: 397954.

HSL color Cylindrical-coordinate representation of color #821206: hue angle of 5.81º 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 #821206 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 6 -
CMYK 0 0.86 0.95 0.49
HSL 5.81º 0.91% 0.27% -
HSV(B) 5.81º 0.95% 0.51% -
XYZ 9.46 5.19 0.68 -
YUV 50.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 130 18 6 0 0.86 0.95 0.49 5.81 0.91 0.27
Hex 82 12 6 0 56 5F 31 6 5B 1B
Octal 202 22 6 0 126 137 61 6 133 33
Binary 10000010 10010 110 0 1010110 1011111 110001 110 1011011 11011

Color Harmonies of #821206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821206

Black with #821206

Text Example


Text Example

White with #821206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821206; }

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

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

background-color css

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

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

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

border-color css

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

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

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