#93475D

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

Shades of Cadillac #93475D

Tints of Cadillac #93475D

Color information

#93475D (or 0x93475D) is unknown color: approx Cadillac. HEX triplet: 93, 47 and 5D. RGB value is (147,71,93). Sum of RGB (Red+Green+Blue) = 147+71+93=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93475D is #6CB8A2. Grayscale: #606060. Windows color (decimal): -7125155 or 6113171. OLE color: 6113171.

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

Color convert

RGB1477193-
CMYK00.520.370.42
HSL342.63º34.86%42.75%-
HSV(B)342.63º51.7%57.65%-
XYZ16.2611.511.72-
YUV96.23126.18164.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=47.27%
G=22.83%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147719300.520.370.42342.6334.8642.75
Hex93475D034252A157232b
Octal22310713506445525274353
Binary10010011100011110111010110100100101101010101010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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