Html Css Color HEX #841503 Maroon

📋 copy color: '#841503'

red 132 ◦ green 21 ◦ blue 3

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

Shades of Maroon #841503

Tints of Maroon #841503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 84.62%
G = 13.46%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841503 (or 0x841503) is known color: Maroon. HEX triplet: 84, 15 and 03. RGB value is (132,21,3). Sum of RGB (Red+Green+Blue) = 132+21+3=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #841503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841503 is #7BEAFC. Grayscale: #343434. Windows color (decimal): -8121085 or 202116. OLE color: 202116.

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

Color convert

RGB 132 21 3 -
CMYK 0 0.84 0.98 0.48
HSL 8.37º 0.96% 0.26% -
HSV(B) 8.37º 0.98% 0.52% -
XYZ 9.8 5.45 0.62 -
YUV 52.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 132 21 3 0 0.84 0.98 0.48 8.37 0.96 0.26
Hex 84 15 3 0 54 62 30 8 60 1A
Octal 204 25 3 0 124 142 60 10 140 32
Binary 10000100 10101 11 0 1010100 1100010 110000 1000 1100000 11010

Color Harmonies of #841503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841503

Black with #841503

Text Example


Text Example

White with #841503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841503; }

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

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

background-color css

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

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

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

border-color css

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

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

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