#841117

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

Shades of Sangria #841117

Tints of Sangria #841117

Color information

#841117 (or 0x841117) is unknown color: approx Sangria. HEX triplet: 84, 11 and 17. RGB value is (132,17,23). Sum of RGB (Red+Green+Blue) = 132+17+23=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841117 is #7BEEE8. Grayscale: #343434. Windows color (decimal): -8122089 or 1511812. OLE color: 1511812.

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

Color convert

RGB1321723-
CMYK00.870.830.48
HSL356.87º77.18%29.22%-
HSV(B)356.87º87.12%51.76%-
XYZ9.875.371.33-
YUV52.07111.6185.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=76.74%
G=9.88%
B=13.37%

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
Decimal132172300.870.830.48356.8777.1829.22
Hex84111705753301654d1d
Octal204212701271236054511535
Binary100001001000110111010101111010011110000101100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841117; }

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

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

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

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

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

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

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

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