#93456D

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

Shades of Cadillac #93456D

Tints of Cadillac #93456D

Color information

#93456D (or 0x93456D) is unknown color: approx Cadillac. HEX triplet: 93, 45 and 6D. RGB value is (147,69,109). Sum of RGB (Red+Green+Blue) = 147+69+109=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93456D is #6CBA92. Grayscale: #606060. Windows color (decimal): -7125651 or 7161235. OLE color: 7161235.

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

Color convert

RGB14769109-
CMYK00.530.260.42
HSL329.23º36.11%42.35%-
HSV(B)329.23º53.06%57.65%-
XYZ16.9211.5615.81-
YUV96.88134.84163.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=45.23%
G=21.23%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476910900.530.260.42329.2336.1142.35
Hex93456D0351A2A149242a
Octal22310515506532525114452
Binary1001001110001011101101011010111010101010101001001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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