#841503

Color #841503 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #841503

Tints of Maroon #841503

Color information

#841503 (or 0x841503) is unknown color: approx 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

RGB132213-
CMYK00.840.980.48
HSL8.37º95.56%26.47%-
HSV(B)8.37º97.73%51.76%-
XYZ9.85.450.62-
YUV52.14100.27184.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13221300.840.980.488.3795.5626.47
Hex8415305462308601a
Octal2042530124142601014032
Binary1000010010101110101010011000101100001000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>