Html Css Color HEX #841101 Maroon

📋 copy color: '#841101'

red 132 ◦ green 17 ◦ blue 1

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

Shades of Maroon #841101

Tints of Maroon #841101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 88%
G = 11.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#841101 (or 0x841101) is known color: Maroon. HEX triplet: 84, 11 and 01. RGB value is (132,17,1). Sum of RGB (Red+Green+Blue) = 132+17+1=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #841101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841101 is #7BEEFE. Grayscale: #313131. Windows color (decimal): -8122111 or 70020. OLE color: 70020.

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

Color convert

RGB 132 17 1 -
CMYK 0 0.87 0.99 0.48
HSL 7.33º 0.98% 0.26% -
HSV(B) 7.33º 0.99% 0.52% -
XYZ 9.72 5.31 0.54 -
YUV 49.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 132 17 1 0 0.87 0.99 0.48 7.33 0.98 0.26
Hex 84 11 1 0 57 63 30 7 62 1A
Octal 204 21 1 0 127 143 60 7 142 32
Binary 10000100 10001 1 0 1010111 1100011 110000 111 1100010 11010

Color Harmonies of #841101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841101

Black with #841101

Text Example


Text Example

White with #841101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841101; }

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

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

background-color css

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

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

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

border-color css

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

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

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