#93465F

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

Shades of Cadillac #93465F

Tints of Cadillac #93465F

Color information

#93465F (or 0x93465F) is unknown color: approx Cadillac. HEX triplet: 93, 46 and 5F. RGB value is (147,70,95). Sum of RGB (Red+Green+Blue) = 147+70+95=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93465F is #6CB9A0. Grayscale: #5F5F5F. Windows color (decimal): -7125409 or 6243987. OLE color: 6243987.

HSL color Cylindrical-coordinate representation of color #93465F: hue angle of 340.52º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93465F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1477095-
CMYK00.520.350.42
HSL340.52º35.48%42.55%-
HSV(B)340.52º52.38%57.65%-
XYZ16.2911.4112.17-
YUV95.87127.51164.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=47.12%
G=22.44%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147709500.520.350.42340.5235.4842.55
Hex93465F034232A155232b
Octal22310613706443525254353
Binary10010011100011010111110110100100011101010101010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93465F; }

 p { color: rgb(147,70,95); }

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

<style>
 a { background-color: #93465F; }

 a { background-color: rgb(147,70,95); }

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

<style>
 span { border-color: #93465F; }

 span { border-color: rgb(147,70,95); }

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