Html Css Color HEX #820501 Maroon

📋 copy color: '#820501'

red 130 ◦ green 5 ◦ blue 1

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

Shades of Maroon #820501

Tints of Maroon #820501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 95.59%
G = 3.68%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#820501 (or 0x820501) is known color: Maroon. HEX triplet: 82, 05 and 01. RGB value is (130,5,1). Sum of RGB (Red+Green+Blue) = 130+5+1=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820501 is #7DFAFE. Grayscale: #2A2A2A. Windows color (decimal): -8256255 or 66946. OLE color: 66946.

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

Color convert

RGB 130 5 1 -
CMYK 0 0.96 0.99 0.49
HSL 1.86º 0.98% 0.26% -
HSV(B) 1.86º 0.99% 0.51% -
XYZ 9.27 4.86 0.48 -
YUV 41.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 130 5 1 0 0.96 0.99 0.49 1.86 0.98 0.26
Hex 82 5 1 0 60 63 31 2 62 1A
Octal 202 5 1 0 140 143 61 2 142 32
Binary 10000010 101 1 0 1100000 1100011 110001 10 1100010 11010

Color Harmonies of #820501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820501

Black with #820501

Text Example


Text Example

White with #820501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820501; }

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

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

background-color css

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

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

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

border-color css

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

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

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