Html Css Color HEX #841400 Maroon

📋 copy color: '#841400'

red 132 ◦ green 20 ◦ blue 0

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

Shades of Maroon #841400

Tints of Maroon #841400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.84%
G = 13.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841400 (or 0x841400) is known color: Maroon. HEX triplet: 84, 14 and 00. RGB value is (132,20,0). Sum of RGB (Red+Green+Blue) = 132+20+0=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #841400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841400 is #7BEBFF. Grayscale: #333333. Windows color (decimal): -8121344 or 5252. OLE color: 5252.

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

Color convert

RGB 132 20 0 -
CMYK 0 0.85 1 0.48
HSL 9.09º 1% 0.26% -
HSV(B) 9.09º 1% 0.52% -
XYZ 9.77 5.41 0.53 -
YUV 51.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 132 20 0 0 0.85 1 0.48 9.09 1 0.26
Hex 84 14 0 0 55 64 30 9 64 1A
Octal 204 24 0 0 125 144 60 11 144 32
Binary 10000100 10100 0 0 1010101 1100100 110000 1001 1100100 11010

Color Harmonies of #841400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841400

Black with #841400

Text Example


Text Example

White with #841400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841400; }

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

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

background-color css

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

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

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

border-color css

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

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

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