#93486B

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

Shades of Cadillac #93486B

Tints of Cadillac #93486B

Color information

#93486B (or 0x93486B) is unknown color: approx Cadillac. HEX triplet: 93, 48 and 6B. RGB value is (147,72,107). Sum of RGB (Red+Green+Blue) = 147+72+107=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93486B is #6CB794. Grayscale: #626262. Windows color (decimal): -7124885 or 7030931. OLE color: 7030931.

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

Color convert

RGB14772107-
CMYK00.510.270.42
HSL332º34.25%42.94%-
HSV(B)332º51.02%57.65%-
XYZ1711.915.31-
YUV98.42132.85162.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=45.09%
G=22.09%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477210700.510.270.4233234.2542.94
Hex93486B0331B2A14c222b
Octal22311015306333525144253
Binary1001001110010001101011011001111011101010101001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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