Html Css Color HEX #821205 Maroon

📋 copy color: '#821205'

red 130 ◦ green 18 ◦ blue 5

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

Shades of Maroon #821205

Tints of Maroon #821205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 84.97%
G = 11.76%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821205 (or 0x821205) is known color: Maroon. HEX triplet: 82, 12 and 05. RGB value is (130,18,5). Sum of RGB (Red+Green+Blue) = 130+18+5=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821205 is #7DEDFA. Grayscale: #323232. Windows color (decimal): -8252923 or 332418. OLE color: 332418.

HSL color Cylindrical-coordinate representation of color #821205: hue angle of 6.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #821205 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 5 -
CMYK 0 0.86 0.96 0.49
HSL 6.24º 0.93% 0.26% -
HSV(B) 6.24º 0.96% 0.51% -
XYZ 9.45 5.19 0.65 -
YUV 50.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 130 18 5 0 0.86 0.96 0.49 6.24 0.93 0.26
Hex 82 12 5 0 56 60 31 6 5D 1A
Octal 202 22 5 0 126 140 61 6 135 32
Binary 10000010 10010 101 0 1010110 1100000 110001 110 1011101 11010

Color Harmonies of #821205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821205

Black with #821205

Text Example


Text Example

White with #821205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821205; }

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

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

background-color css

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

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

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

border-color css

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

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

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