#931112

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

Shades of Sangria #931112

Tints of Sangria #931112

Color information

#931112 (or 0x931112) is unknown color: approx Sangria. HEX triplet: 93, 11 and 12. RGB value is (147,17,18). Sum of RGB (Red+Green+Blue) = 147+17+18=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #931112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931112 is #6CEEED. Grayscale: #383838. Windows color (decimal): -7139054 or 1184147. OLE color: 1184147.

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

Color convert

RGB1471718-
CMYK00.880.880.42
HSL359.54º79.27%32.16%-
HSV(B)359.54º88.44%57.65%-
XYZ12.346.651.2-
YUV55.98106.57192.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.77%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=80.77%
G=9.34%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147171800.880.880.42359.5479.2732.16
Hex931112058582A1684f20
Octal223212201301305255011740
Binary1001001110001100100101100010110001010101011010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931112; }

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

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

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

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

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

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

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

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