#93485B

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

Shades of Cadillac #93485B

Tints of Cadillac #93485B

Color information

#93485B (or 0x93485B) is unknown color: approx Cadillac. HEX triplet: 93, 48 and 5B. RGB value is (147,72,91). Sum of RGB (Red+Green+Blue) = 147+72+91=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93485B is #6CB7A4. Grayscale: #606060. Windows color (decimal): -7124901 or 5982355. OLE color: 5982355.

HSL color Cylindrical-coordinate representation of color #93485B: hue angle of 344.8º 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 #93485B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1477291-
CMYK00.510.380.42
HSL344.8º34.25%42.94%-
HSV(B)344.8º51.02%57.65%-
XYZ16.2411.5911.28-
YUV96.59124.85163.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=47.42%
G=23.23%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147729100.510.380.42344.834.2542.94
Hex93485B033262A159222b
Octal22311013306346525314253
Binary10010011100100010110110110011100110101010101011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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