#861014

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

Shades of Sangria #861014

Tints of Sangria #861014

Color information

#861014 (or 0x861014) is unknown color: approx Sangria. HEX triplet: 86, 10 and 14. RGB value is (134,16,20). Sum of RGB (Red+Green+Blue) = 134+16+20=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #861014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861014 is #79EFEB. Grayscale: #333333. Windows color (decimal): -7991276 or 1314950. OLE color: 1314950.

HSL color Cylindrical-coordinate representation of color #861014: hue angle of 357.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861014 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1341620-
CMYK00.880.850.47
HSL357.97º78.67%29.41%-
HSV(B)357.97º88.06%52.55%-
XYZ10.145.491.19-
YUV51.74110.09186.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=78.82%
G=9.41%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134162000.880.850.47357.9778.6729.41
Hex861014058552F1664f1d
Octal206202401301255754611735
Binary100001101000010100010110001010101101111101100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861014; }

 p { color: rgb(134,16,20); }

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

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

 a { background-color: rgb(134,16,20); }

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

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

 span { border-color: rgb(134,16,20); }

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