Html Css Color HEX #841100 Maroon

📋 copy color: '#841100'

red 132 ◦ green 17 ◦ blue 0

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

Shades of Maroon #841100

Tints of Maroon #841100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 88.59%
G = 11.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841100 (or 0x841100) is known color: Maroon. HEX triplet: 84, 11 and 00. RGB value is (132,17,0). Sum of RGB (Red+Green+Blue) = 132+17+0=149 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88.59% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 132 - color contains mainly: red. Hex color #841100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841100 is #7BEEFF. Grayscale: #313131. Windows color (decimal): -8122112 or 4484. OLE color: 4484.

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

Color convert

RGB 132 17 0 -
CMYK 0 0.87 1 0.48
HSL 7.73º 1% 0.26% -
HSV(B) 7.73º 1% 0.52% -
XYZ 9.72 5.31 0.51 -
YUV 49.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 132 17 0 0 0.87 1 0.48 7.73 1 0.26
Hex 84 11 0 0 57 64 30 8 64 1A
Octal 204 21 0 0 127 144 60 10 144 32
Binary 10000100 10001 0 0 1010111 1100100 110000 1000 1100100 11010

Color Harmonies of #841100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841100

Black with #841100

Text Example


Text Example

White with #841100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841100; }

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

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

background-color css

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

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

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

border-color css

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

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

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