#93465B

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

Shades of Cadillac #93465B

Tints of Cadillac #93465B

Color information

#93465B (or 0x93465B) is unknown color: approx Cadillac. HEX triplet: 93, 46 and 5B. RGB value is (147,70,91). Sum of RGB (Red+Green+Blue) = 147+70+91=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93465B is #6CB9A4. Grayscale: #5F5F5F. Windows color (decimal): -7125413 or 5981843. OLE color: 5981843.

HSL color Cylindrical-coordinate representation of color #93465B: hue angle of 343.64º 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 #93465B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1477091-
CMYK00.520.380.42
HSL343.64º35.48%42.55%-
HSV(B)343.64º52.38%57.65%-
XYZ16.1111.3411.24-
YUV95.42125.51164.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=47.73%
G=22.73%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147709100.520.380.42343.6435.4842.55
Hex93465B034262A158232b
Octal22310613306446525304353
Binary10010011100011010110110110100100110101010101011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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