#93386A

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

Shades of Cadillac #93386A

Tints of Cadillac #93386A

Color information

#93386A (or 0x93386A) is unknown color: approx Cadillac. HEX triplet: 93, 38 and 6A. RGB value is (147,56,106). Sum of RGB (Red+Green+Blue) = 147+56+106=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93386A is #6CC795. Grayscale: #585858. Windows color (decimal): -7128982 or 6961299. OLE color: 6961299.

HSL color Cylindrical-coordinate representation of color #93386A: hue angle of 327.03º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93386A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14756106-
CMYK00.620.280.42
HSL327.03º44.83%39.8%-
HSV(B)327.03º61.9%57.65%-
XYZ16.0510.0714.73-
YUV88.91137.65169.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=47.57%
G=18.12%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475610600.620.280.42327.0344.8339.8
Hex93386A03E1C2A1472d28
Octal2237015207634525075550
Binary100100111110001101010011111011100101010101000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93386A; }

 p { color: rgb(147,56,106); }

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

<style>
 a { background-color: #93386A; }

 a { background-color: rgb(147,56,106); }

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

<style>
 span { border-color: #93386A; }

 span { border-color: rgb(147,56,106); }

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