Html Css Color HEX #841103 Maroon

📋 copy color: '#841103'

red 132 ◦ green 17 ◦ blue 3

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

Shades of Maroon #841103

Tints of Maroon #841103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 86.84%
G = 11.18%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841103 (or 0x841103) is known color: Maroon. HEX triplet: 84, 11 and 03. RGB value is (132,17,3). Sum of RGB (Red+Green+Blue) = 132+17+3=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #841103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841103 is #7BEEFC. Grayscale: #313131. Windows color (decimal): -8122109 or 201092. OLE color: 201092.

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

Color convert

RGB 132 17 3 -
CMYK 0 0.87 0.98 0.48
HSL 6.51º 0.96% 0.26% -
HSV(B) 6.51º 0.98% 0.52% -
XYZ 9.73 5.31 0.6 -
YUV 49.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 132 17 3 0 0.87 0.98 0.48 6.51 0.96 0.26
Hex 84 11 3 0 57 62 30 7 60 1A
Octal 204 21 3 0 127 142 60 7 140 32
Binary 10000100 10001 11 0 1010111 1100010 110000 111 1100000 11010

Color Harmonies of #841103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841103

Black with #841103

Text Example


Text Example

White with #841103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841103; }

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

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

background-color css

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

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

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

border-color css

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

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

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