#93153C

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

Shades of Shiraz #93153C

Tints of Shiraz #93153C

Color information

#93153C (or 0x93153C) is unknown color: approx Shiraz. HEX triplet: 93, 15 and 3C. RGB value is (147,21,60). Sum of RGB (Red+Green+Blue) = 147+21+60=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93153C is #6CEAC3. Grayscale: #3F3F3F. Windows color (decimal): -7137988 or 3937683. OLE color: 3937683.

HSL color Cylindrical-coordinate representation of color #93153C: hue angle of 341.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93153C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1472160-
CMYK00.860.590.42
HSL341.43º75%32.94%-
HSV(B)341.43º85.71%57.65%-
XYZ13.127.074.95-
YUV63.12126.24187.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.47%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=64.47%
G=9.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147216000.860.590.42341.437532.94
Hex93153C0563B2A1554b21
Octal22325740126735252511341
Binary1001001110101111100010101101110111010101010101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93153C; }

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

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

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

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

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

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

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

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