#93455D

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

Shades of Cadillac #93455D

Tints of Cadillac #93455D

Color information

#93455D (or 0x93455D) is unknown color: approx Cadillac. HEX triplet: 93, 45 and 5D. RGB value is (147,69,93). Sum of RGB (Red+Green+Blue) = 147+69+93=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93455D is #6CBAA2. Grayscale: #5F5F5F. Windows color (decimal): -7125667 or 6112659. OLE color: 6112659.

HSL color Cylindrical-coordinate representation of color #93455D: hue angle of 341.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93455D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1476993-
CMYK00.530.370.42
HSL341.54º36.11%42.35%-
HSV(B)341.54º53.06%57.65%-
XYZ16.1411.2511.68-
YUV95.06126.84165.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=47.57%
G=22.33%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147699300.530.370.42341.5436.1142.35
Hex93455D035252A156242a
Octal22310513506545525264452
Binary10010011100010110111010110101100101101010101010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93455D; }

 p { color: rgb(147,69,93); }

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

<style>
 a { background-color: #93455D; }

 a { background-color: rgb(147,69,93); }

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

<style>
 span { border-color: #93455D; }

 span { border-color: rgb(147,69,93); }

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