#93415D

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

Shades of Cadillac #93415D

Tints of Cadillac #93415D

Color information

#93415D (or 0x93415D) is unknown color: approx Cadillac. HEX triplet: 93, 41 and 5D. RGB value is (147,65,93). Sum of RGB (Red+Green+Blue) = 147+65+93=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93415D is #6CBEA2. Grayscale: #5C5C5C. Windows color (decimal): -7126691 or 6111635. OLE color: 6111635.

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

Color convert

RGB1476593-
CMYK00.560.370.42
HSL339.51º38.68%41.57%-
HSV(B)339.51º55.78%57.65%-
XYZ15.910.7711.6-
YUV92.71128.17166.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=48.20%
G=21.31%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147659300.560.370.42339.5138.6841.57
Hex93415D038252A154272a
Octal22310113507045525244752
Binary10010011100000110111010111000100101101010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,65,93); }

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

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

 a { background-color: rgb(147,65,93); }

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

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

 span { border-color: rgb(147,65,93); }

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