#930E12

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

Shades of Sangria #930E12

Tints of Sangria #930E12

Color information

#930E12 (or 0x930E12) is unknown color: approx Sangria. HEX triplet: 93, 0E and 12. RGB value is (147,14,18). Sum of RGB (Red+Green+Blue) = 147+14+18=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #930E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E12 is #6CF1ED. Grayscale: #363636. Windows color (decimal): -7139822 or 1183379. OLE color: 1183379.

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

Color convert

RGB1471418-
CMYK00.900.880.42
HSL358.2º82.61%31.57%-
HSV(B)358.2º90.48%57.65%-
XYZ12.36.561.19-
YUV54.22107.56194.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.12%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=82.12%
G=7.82%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147141800.900.880.42358.282.6131.57
Hex93E1205A582A1665320
Octal223162201321305254612340
Binary100100111110100100101101010110001010101011001101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930E12; }

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

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

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

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

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

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

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

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