#931014

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

Shades of Sangria #931014

Tints of Sangria #931014

Color information

#931014 (or 0x931014) is unknown color: approx Sangria. HEX triplet: 93, 10 and 14. RGB value is (147,16,20). Sum of RGB (Red+Green+Blue) = 147+16+20=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #931014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931014 is #6CEFEB. Grayscale: #373737. Windows color (decimal): -7139308 or 1314963. OLE color: 1314963.

HSL color Cylindrical-coordinate representation of color #931014: hue angle of 358.17º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931014 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1471620-
CMYK00.890.860.42
HSL358.17º80.37%31.96%-
HSV(B)358.17º89.12%57.65%-
XYZ12.346.621.29-
YUV55.62107.9193.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=80.33%
G=8.74%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147162000.890.860.42358.1780.3731.96
Hex931014059562A1665020
Octal223202401311265254612040
Binary1001001110000101000101100110101101010101011001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931014; }

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

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

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

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

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

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

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

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