Html Css Color HEX #841203 Maroon

📋 copy color: '#841203'

red 132 ◦ green 18 ◦ blue 3

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

Shades of Maroon #841203

Tints of Maroon #841203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 86.27%
G = 11.76%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841203 (or 0x841203) is known color: Maroon. HEX triplet: 84, 12 and 03. RGB value is (132,18,3). Sum of RGB (Red+Green+Blue) = 132+18+3=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #841203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841203 is #7BEDFC. Grayscale: #323232. Windows color (decimal): -8121853 or 201348. OLE color: 201348.

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

Color convert

RGB 132 18 3 -
CMYK 0 0.86 0.98 0.48
HSL 6.98º 0.96% 0.26% -
HSV(B) 6.98º 0.98% 0.52% -
XYZ 9.75 5.34 0.6 -
YUV 50.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 132 18 3 0 0.86 0.98 0.48 6.98 0.96 0.26
Hex 84 12 3 0 56 62 30 7 60 1A
Octal 204 22 3 0 126 142 60 7 140 32
Binary 10000100 10010 11 0 1010110 1100010 110000 111 1100000 11010

Color Harmonies of #841203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841203

Black with #841203

Text Example


Text Example

White with #841203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841203; }

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

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

background-color css

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

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

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

border-color css

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

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

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