Html Css Color HEX #820401 Maroon

📋 copy color: '#820401'

red 130 ◦ green 4 ◦ blue 1

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

Shades of Maroon #820401

Tints of Maroon #820401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 96.3%
G = 2.96%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#820401 (or 0x820401) is known color: Maroon. HEX triplet: 82, 04 and 01. RGB value is (130,4,1). Sum of RGB (Red+Green+Blue) = 130+4+1=135 (17% of max value = 765). Red value is 130 (51.17% from 255 or 96.30% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 130 - color contains mainly: red. Hex color #820401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820401 is #7DFBFE. Grayscale: #292929. Windows color (decimal): -8256511 or 66690. OLE color: 66690.

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

Color convert

RGB 130 4 1 -
CMYK 0 0.97 0.99 0.49
HSL 1.4º 0.98% 0.26% -
HSV(B) 1.4º 0.99% 0.51% -
XYZ 9.25 4.83 0.47 -
YUV 41.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 130 4 1 0 0.97 0.99 0.49 1.4 0.98 0.26
Hex 82 4 1 0 61 63 31 1 62 1A
Octal 202 4 1 0 141 143 61 1 142 32
Binary 10000010 100 1 0 1100001 1100011 110001 1 1100010 11010

Color Harmonies of #820401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820401

Black with #820401

Text Example


Text Example

White with #820401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820401; }

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

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

background-color css

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

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

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

border-color css

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

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

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