Html Css Color HEX #821005 Maroon

📋 copy color: '#821005'

red 130 ◦ green 16 ◦ blue 5

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

Shades of Maroon #821005

Tints of Maroon #821005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 86.09%
G = 10.6%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821005 (or 0x821005) is known color: Maroon. HEX triplet: 82, 10 and 05. RGB value is (130,16,5). Sum of RGB (Red+Green+Blue) = 130+16+5=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #821005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821005 is #7DEFFA. Grayscale: #303030. Windows color (decimal): -8253435 or 331906. OLE color: 331906.

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

Color convert

RGB 130 16 5 -
CMYK 0 0.88 0.96 0.49
HSL 5.28º 0.93% 0.26% -
HSV(B) 5.28º 0.96% 0.51% -
XYZ 9.42 5.13 0.64 -
YUV 48.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 130 16 5 0 0.88 0.96 0.49 5.28 0.93 0.26
Hex 82 10 5 0 58 60 31 5 5D 1A
Octal 202 20 5 0 130 140 61 5 135 32
Binary 10000010 10000 101 0 1011000 1100000 110001 101 1011101 11010

Color Harmonies of #821005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821005

Black with #821005

Text Example


Text Example

White with #821005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821005; }

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

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

background-color css

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

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

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

border-color css

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

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

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