#93485E

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

Shades of Cadillac #93485E

Tints of Cadillac #93485E

Color information

#93485E (or 0x93485E) is unknown color: approx Cadillac. HEX triplet: 93, 48 and 5E. RGB value is (147,72,94). Sum of RGB (Red+Green+Blue) = 147+72+94=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93485E is #6CB7A1. Grayscale: #606060. Windows color (decimal): -7124898 or 6178963. OLE color: 6178963.

HSL color Cylindrical-coordinate representation of color #93485E: hue angle of 342.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93485E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1477294-
CMYK00.510.360.42
HSL342.4º34.25%42.94%-
HSV(B)342.4º51.02%57.65%-
XYZ16.3711.6511.97-
YUV96.93126.35163.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=46.96%
G=23.00%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147729400.510.360.42342.434.2542.94
Hex93485E033242A156222b
Octal22311013606344525264253
Binary10010011100100010111100110011100100101010101010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93485E; }

 p { color: rgb(147,72,94); }

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

<style>
 a { background-color: #93485E; }

 a { background-color: rgb(147,72,94); }

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

<style>
 span { border-color: #93485E; }

 span { border-color: rgb(147,72,94); }

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