#93475C

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

Shades of Cadillac #93475C

Tints of Cadillac #93475C

Color information

#93475C (or 0x93475C) is unknown color: approx Cadillac. HEX triplet: 93, 47 and 5C. RGB value is (147,71,92). Sum of RGB (Red+Green+Blue) = 147+71+92=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93475C is #6CB8A3. Grayscale: #606060. Windows color (decimal): -7125156 or 6047635. OLE color: 6047635.

HSL color Cylindrical-coordinate representation of color #93475C: hue angle of 343.42º 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 #93475C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1477192-
CMYK00.520.370.42
HSL343.42º34.86%42.75%-
HSV(B)343.42º51.7%57.65%-
XYZ16.2211.4811.49-
YUV96.12125.68164.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=47.42%
G=22.90%
B=29.68%

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
Decimal147719200.520.370.42343.4234.8642.75
Hex93475C034252A157232b
Octal22310713406445525274353
Binary10010011100011110111000110100100101101010101010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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