Html Css Color HEX #841404 Maroon

📋 copy color: '#841404'

red 132 ◦ green 20 ◦ blue 4

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

Shades of Maroon #841404

Tints of Maroon #841404

RGB

 RED value IS 132 (51.95% from 255) = 84.62%

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

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

R = 84.62%
G = 12.82%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#841404 (or 0x841404) is known color: Maroon. HEX triplet: 84, 14 and 04. RGB value is (132,20,4). Sum of RGB (Red+Green+Blue) = 132+20+4=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #841404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841404 is #7BEBFB. Grayscale: #333333. Windows color (decimal): -8121340 or 267396. OLE color: 267396.

HSL color Cylindrical-coordinate representation of color #841404: hue angle of 7.5º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #841404 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 4 -
CMYK 0 0.85 0.97 0.48
HSL 7.5º 0.94% 0.27% -
HSV(B) 7.5º 0.97% 0.52% -
XYZ 9.79 5.41 0.64 -
YUV 51.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 132 20 4 0 0.85 0.97 0.48 7.5 0.94 0.27
Hex 84 14 4 0 55 61 30 8 5E 1B
Octal 204 24 4 0 125 141 60 10 136 33
Binary 10000100 10100 100 0 1010101 1100001 110000 1000 1011110 11011

Color Harmonies of #841404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841404

Black with #841404

Text Example


Text Example

White with #841404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841404; }

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

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

background-color css

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

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

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

border-color css

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

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

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