#861217

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

Shades of Sangria #861217

Tints of Sangria #861217

Color information

#861217 (or 0x861217) is unknown color: approx Sangria. HEX triplet: 86, 12 and 17. RGB value is (134,18,23). Sum of RGB (Red+Green+Blue) = 134+18+23=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #861217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861217 is #79EDE8. Grayscale: #353535. Windows color (decimal): -7990761 or 1512070. OLE color: 1512070.

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

Color convert

RGB1341823-
CMYK00.870.830.47
HSL357.41º76.32%29.8%-
HSV(B)357.41º86.57%52.55%-
XYZ10.25.561.35-
YUV53.25110.93185.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=76.57%
G=10.29%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134182300.870.830.47357.4176.3229.8
Hex861217057532F1654c1e
Octal206222701271235754511436
Binary100001101001010111010101111010011101111101100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861217; }

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

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

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

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

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

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

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

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