#930E3C

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

Shades of Shiraz #930E3C

Tints of Shiraz #930E3C

Color information

#930E3C (or 0x930E3C) is unknown color: approx Shiraz. HEX triplet: 93, 0E and 3C. RGB value is (147,14,60). Sum of RGB (Red+Green+Blue) = 147+14+60=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #930E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E3C is #6CF1C3. Grayscale: #3A3A3A. Windows color (decimal): -7139780 or 3935891. OLE color: 3935891.

HSL color Cylindrical-coordinate representation of color #930E3C: hue angle of 339.25º 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 #930E3C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1471460-
CMYK00.900.590.42
HSL339.25º82.61%31.57%-
HSV(B)339.25º90.48%57.65%-
XYZ13.016.844.91-
YUV59.01128.56190.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.52%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=66.52%
G=6.33%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147146000.900.590.42339.2582.6131.57
Hex93E3C05A3B2A1535320
Octal22316740132735252312340
Binary100100111110111100010110101110111010101010100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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