Html Css Color HEX #841403 Maroon

📋 copy color: '#841403'

red 132 ◦ green 20 ◦ blue 3

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

Shades of Maroon #841403

Tints of Maroon #841403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 85.16%
G = 12.9%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841403 (or 0x841403) is known color: Maroon. HEX triplet: 84, 14 and 03. RGB value is (132,20,3). Sum of RGB (Red+Green+Blue) = 132+20+3=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #841403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841403 is #7BEBFC. Grayscale: #333333. Windows color (decimal): -8121341 or 201860. OLE color: 201860.

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

Color convert

RGB 132 20 3 -
CMYK 0 0.85 0.98 0.48
HSL 7.91º 0.96% 0.26% -
HSV(B) 7.91º 0.98% 0.52% -
XYZ 9.78 5.41 0.62 -
YUV 51.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 132 20 3 0 0.85 0.98 0.48 7.91 0.96 0.26
Hex 84 14 3 0 55 62 30 8 60 1A
Octal 204 24 3 0 125 142 60 10 140 32
Binary 10000100 10100 11 0 1010101 1100010 110000 1000 1100000 11010

Color Harmonies of #841403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841403

Black with #841403

Text Example


Text Example

White with #841403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841403; }

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

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

background-color css

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

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

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

border-color css

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

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

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