#93396D

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

Shades of Cadillac #93396D

Tints of Cadillac #93396D

Color information

#93396D (or 0x93396D) is unknown color: approx Cadillac. HEX triplet: 93, 39 and 6D. RGB value is (147,57,109). Sum of RGB (Red+Green+Blue) = 147+57+109=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93396D is #6CC692. Grayscale: #595959. Windows color (decimal): -7128723 or 7158163. OLE color: 7158163.

HSL color Cylindrical-coordinate representation of color #93396D: hue angle of 325.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93396D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14757109-
CMYK00.610.260.42
HSL325.33º44.12%40%-
HSV(B)325.33º61.22%57.65%-
XYZ16.2610.2315.59-
YUV89.84138.82168.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=46.96%
G=18.21%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475710900.610.260.42325.3344.1240
Hex93396D03D1A2A1452c28
Octal2237115507532525055450
Binary100100111110011101101011110111010101010101000101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,57,109); }

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

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

 a { background-color: rgb(147,57,109); }

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

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

 span { border-color: rgb(147,57,109); }

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