#861617

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

Shades of Sangria #861617

Tints of Sangria #861617

Color information

#861617 (or 0x861617) is unknown color: approx Sangria. HEX triplet: 86, 16 and 17. RGB value is (134,22,23). Sum of RGB (Red+Green+Blue) = 134+22+23=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #861617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861617 is #79E9E8. Grayscale: #373737. Windows color (decimal): -7989737 or 1513094. OLE color: 1513094.

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

Color convert

RGB1342223-
CMYK00.840.830.47
HSL359.46º71.79%30.59%-
HSV(B)359.46º83.58%52.55%-
XYZ10.275.71.37-
YUV55.6109.61183.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.86%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=74.86%
G=12.29%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134222300.840.830.47359.4671.7930.59
Hex861617054532F167481f
Octal206262701241235754711037
Binary100001101011010111010101001010011101111101100111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861617; }

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

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

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

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

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

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

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

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