#931011

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

Shades of Sangria #931011

Tints of Sangria #931011

Color information

#931011 (or 0x931011) is unknown color: approx Sangria. HEX triplet: 93, 10 and 11. RGB value is (147,16,17). Sum of RGB (Red+Green+Blue) = 147+16+17=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #931011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931011 is #6CEFEE. Grayscale: #373737. Windows color (decimal): -7139311 or 1118355. OLE color: 1118355.

HSL color Cylindrical-coordinate representation of color #931011: hue angle of 359.54º 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 #931011 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1471617-
CMYK00.890.880.42
HSL359.54º80.37%31.96%-
HSV(B)359.54º89.12%57.65%-
XYZ12.326.611.16-
YUV55.28106.4193.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 81.67%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=81.67%
G=8.89%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147161700.890.880.42359.5480.3731.96
Hex931011059582A1685020
Octal223202101311305255012040
Binary1001001110000100010101100110110001010101011010001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931011; }

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

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

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

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

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

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

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

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