Html Css Color HEX #821404 Maroon

📋 copy color: '#821404'

red 130 ◦ green 20 ◦ blue 4

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

Shades of Maroon #821404

Tints of Maroon #821404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 84.42%
G = 12.99%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#821404 (or 0x821404) is known color: Maroon. HEX triplet: 82, 14 and 04. RGB value is (130,20,4). Sum of RGB (Red+Green+Blue) = 130+20+4=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #821404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821404 is #7DEBFB. Grayscale: #333333. Windows color (decimal): -8252412 or 267394. OLE color: 267394.

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

Color convert

RGB 130 20 4 -
CMYK 0 0.85 0.97 0.49
HSL 7.62º 0.94% 0.26% -
HSV(B) 7.62º 0.97% 0.51% -
XYZ 9.48 5.25 0.63 -
YUV 51.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 130 20 4 0 0.85 0.97 0.49 7.62 0.94 0.26
Hex 82 14 4 0 55 61 31 8 5E 1A
Octal 202 24 4 0 125 141 61 10 136 32
Binary 10000010 10100 100 0 1010101 1100001 110001 1000 1011110 11010

Color Harmonies of #821404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821404

Black with #821404

Text Example


Text Example

White with #821404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821404; }

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

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

background-color css

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

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

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

border-color css

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

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

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