Html Css Color HEX #840403 Maroon

📋 copy color: '#840403'

red 132 ◦ green 4 ◦ blue 3

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

Shades of Maroon #840403

Tints of Maroon #840403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 94.96%
G = 2.88%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840403 (or 0x840403) is known color: Maroon. HEX triplet: 84, 04 and 03. RGB value is (132,4,3). Sum of RGB (Red+Green+Blue) = 132+4+3=139 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.96% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 132 - color contains mainly: red. Hex color #840403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840403 is #7BFBFC. Grayscale: #2A2A2A. Windows color (decimal): -8125437 or 197764. OLE color: 197764.

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

Color convert

RGB 132 4 3 -
CMYK 0 0.97 0.98 0.48
HSL 0.47º 0.96% 0.26% -
HSV(B) 0.47º 0.98% 0.52% -
XYZ 9.58 5 0.55 -
YUV 42.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 132 4 3 0 0.97 0.98 0.48 0.47 0.96 0.26
Hex 84 4 3 0 61 62 30 0 60 1A
Octal 204 4 3 0 141 142 60 0 140 32
Binary 10000100 100 11 0 1100001 1100010 110000 0 1100000 11010

Color Harmonies of #840403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840403

Black with #840403

Text Example


Text Example

White with #840403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840403; }

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

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

background-color css

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

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

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

border-color css

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

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

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