#861216

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

Shades of Sangria #861216

Tints of Sangria #861216

Color information

#861216 (or 0x861216) is unknown color: approx Sangria. HEX triplet: 86, 12 and 16. RGB value is (134,18,22). Sum of RGB (Red+Green+Blue) = 134+18+22=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861216 is #79EDE9. Grayscale: #353535. Windows color (decimal): -7990762 or 1446534. OLE color: 1446534.

HSL color Cylindrical-coordinate representation of color #861216: hue angle of 357.93º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861216 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1341822-
CMYK00.870.840.47
HSL357.93º76.32%29.8%-
HSV(B)357.93º86.57%52.55%-
XYZ10.195.561.29-
YUV53.14110.43185.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=77.01%
G=10.34%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134182200.870.840.47357.9376.3229.8
Hex861216057542F1664c1e
Octal206222601271245754611436
Binary100001101001010110010101111010100101111101100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861216; }

 p { color: rgb(134,18,22); }

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

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

 a { background-color: rgb(134,18,22); }

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

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

 span { border-color: rgb(134,18,22); }

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