#93386C

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

Shades of Cadillac #93386C

Tints of Cadillac #93386C

Color information

#93386C (or 0x93386C) is unknown color: approx Cadillac. HEX triplet: 93, 38 and 6C. RGB value is (147,56,108). Sum of RGB (Red+Green+Blue) = 147+56+108=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93386C is #6CC793. Grayscale: #595959. Windows color (decimal): -7128980 or 7092371. OLE color: 7092371.

HSL color Cylindrical-coordinate representation of color #93386C: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93386C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14756108-
CMYK00.620.270.42
HSL325.71º44.83%39.8%-
HSV(B)325.71º61.9%57.65%-
XYZ16.1510.1115.29-
YUV89.14138.65169.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=47.27%
G=18.01%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475610800.620.270.42325.7144.8339.8
Hex93386C03E1B2A1462d28
Octal2237015407633525065550
Binary100100111110001101100011111011011101010101000110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,56,108); }

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

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

 a { background-color: rgb(147,56,108); }

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

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

 span { border-color: rgb(147,56,108); }

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