Html Css Color HEX #841500 Maroon

📋 copy color: '#841500'

red 132 ◦ green 21 ◦ blue 0

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

Shades of Maroon #841500

Tints of Maroon #841500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.27%
G = 13.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841500 (or 0x841500) is known color: Maroon. HEX triplet: 84, 15 and 00. RGB value is (132,21,0). Sum of RGB (Red+Green+Blue) = 132+21+0=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #841500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841500 is #7BEAFF. Grayscale: #333333. Windows color (decimal): -8121088 or 5508. OLE color: 5508.

HSL color Cylindrical-coordinate representation of color #841500: hue angle of 9.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #841500 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 0 -
CMYK 0 0.84 1 0.48
HSL 9.55º 1% 0.26% -
HSV(B) 9.55º 1% 0.52% -
XYZ 9.78 5.44 0.53 -
YUV 51.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 132 21 0 0 0.84 1 0.48 9.55 1 0.26
Hex 84 15 0 0 54 64 30 A 64 1A
Octal 204 25 0 0 124 144 60 12 144 32
Binary 10000100 10101 0 0 1010100 1100100 110000 1010 1100100 11010

Color Harmonies of #841500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841500

Black with #841500

Text Example


Text Example

White with #841500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841500; }

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

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

background-color css

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

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

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

border-color css

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

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

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