#93445E

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

Shades of Cadillac #93445E

Tints of Cadillac #93445E

Color information

#93445E (or 0x93445E) is unknown color: approx Cadillac. HEX triplet: 93, 44 and 5E. RGB value is (147,68,94). Sum of RGB (Red+Green+Blue) = 147+68+94=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93445E is #6CBBA1. Grayscale: #5E5E5E. Windows color (decimal): -7125922 or 6177939. OLE color: 6177939.

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

Color convert

RGB1476894-
CMYK00.540.360.42
HSL340.25º36.74%42.16%-
HSV(B)340.25º53.74%57.65%-
XYZ16.1211.1511.89-
YUV94.58127.67165.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=47.57%
G=22.01%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147689400.540.360.42340.2536.7442.16
Hex93445E036242A154252a
Octal22310413606644525244552
Binary10010011100010010111100110110100100101010101010100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93445E; }

 p { color: rgb(147,68,94); }

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

<style>
 a { background-color: #93445E; }

 a { background-color: rgb(147,68,94); }

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

<style>
 span { border-color: #93445E; }

 span { border-color: rgb(147,68,94); }

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