Html Css Color HEX #841502 Maroon

📋 copy color: '#841502'

red 132 ◦ green 21 ◦ blue 2

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

Shades of Maroon #841502

Tints of Maroon #841502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 85.16%
G = 13.55%
B = 1.29%

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

#841502 (or 0x841502) is known color: Maroon. HEX triplet: 84, 15 and 02. RGB value is (132,21,2). Sum of RGB (Red+Green+Blue) = 132+21+2=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #841502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841502 is #7BEAFD. Grayscale: #343434. Windows color (decimal): -8121086 or 136580. OLE color: 136580.

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

Color convert

RGB 132 21 2 -
CMYK 0 0.84 0.98 0.48
HSL 8.77º 0.97% 0.26% -
HSV(B) 8.77º 0.98% 0.52% -
XYZ 9.79 5.45 0.59 -
YUV 52.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 132 21 2 0 0.84 0.98 0.48 8.77 0.97 0.26
Hex 84 15 2 0 54 62 30 9 61 1A
Octal 204 25 2 0 124 142 60 11 141 32
Binary 10000100 10101 10 0 1010100 1100010 110000 1001 1100001 11010

Color Harmonies of #841502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841502

Black with #841502

Text Example


Text Example

White with #841502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841502; }

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

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

background-color css

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

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

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

border-color css

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

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

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