Html Css Color HEX #820604 Maroon

📋 copy color: '#820604'

red 130 ◦ green 6 ◦ blue 4

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

Shades of Maroon #820604

Tints of Maroon #820604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 92.86%
G = 4.29%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#820604 (or 0x820604) is known color: Maroon. HEX triplet: 82, 06 and 04. RGB value is (130,6,4). Sum of RGB (Red+Green+Blue) = 130+6+4=140 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 130 - color contains mainly: red. Hex color #820604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820604 is #7DF9FB. Grayscale: #2A2A2A. Windows color (decimal): -8255996 or 263810. OLE color: 263810.

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

Color convert

RGB 130 6 4 -
CMYK 0 0.95 0.97 0.49
HSL 0.95º 0.94% 0.26% -
HSV(B) 0.95º 0.97% 0.51% -
XYZ 9.29 4.88 0.57 -
YUV 42.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 130 6 4 0 0.95 0.97 0.49 0.95 0.94 0.26
Hex 82 6 4 0 5F 61 31 1 5E 1A
Octal 202 6 4 0 137 141 61 1 136 32
Binary 10000010 110 100 0 1011111 1100001 110001 1 1011110 11010

Color Harmonies of #820604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820604

Black with #820604

Text Example


Text Example

White with #820604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820604; }

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

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

background-color css

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

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

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

border-color css

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

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

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