#841116

Color #841116 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #841116

Tints of Sangria #841116

Color information

#841116 (or 0x841116) is unknown color: approx Sangria. HEX triplet: 84, 11 and 16. RGB value is (132,17,22). Sum of RGB (Red+Green+Blue) = 132+17+22=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841116 is #7BEEE9. Grayscale: #343434. Windows color (decimal): -8122090 or 1446276. OLE color: 1446276.

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

Color convert

RGB1321722-
CMYK00.870.830.48
HSL357.39º77.18%29.22%-
HSV(B)357.39º87.12%51.76%-
XYZ9.865.361.27-
YUV51.96111.1185.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=77.19%
G=9.94%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132172200.870.830.48357.3977.1829.22
Hex84111605753301654d1d
Octal204212601271236054511535
Binary100001001000110110010101111010011110000101100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841116; }

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

 H1.HeaderClassName
 {
   color: #841116;
 }
 .AnyTagClassName
 {
   color: #841116;
 }
</style>
background-color css

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

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

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

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

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

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