#93153A

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

Shades of Shiraz #93153A

Tints of Shiraz #93153A

Color information

#93153A (or 0x93153A) is unknown color: approx Shiraz. HEX triplet: 93, 15 and 3A. RGB value is (147,21,58). Sum of RGB (Red+Green+Blue) = 147+21+58=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93153A is #6CEAC5. Grayscale: #3E3E3E. Windows color (decimal): -7137990 or 3806611. OLE color: 3806611.

HSL color Cylindrical-coordinate representation of color #93153A: hue angle of 342.38º 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 #93153A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1472158-
CMYK00.860.610.42
HSL342.38º75%32.94%-
HSV(B)342.38º85.71%57.65%-
XYZ13.067.044.67-
YUV62.89125.24187.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=65.04%
G=9.29%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147215800.860.610.42342.387532.94
Hex93153A0563D2A1564b21
Octal22325720126755252611341
Binary1001001110101111010010101101111011010101010101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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