#93415B

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

Shades of Cadillac #93415B

Tints of Cadillac #93415B

Color information

#93415B (or 0x93415B) is unknown color: approx Cadillac. HEX triplet: 93, 41 and 5B. RGB value is (147,65,91). Sum of RGB (Red+Green+Blue) = 147+65+91=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93415B is #6CBEA4. Grayscale: #5C5C5C. Windows color (decimal): -7126693 or 5980563. OLE color: 5980563.

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

Color convert

RGB1476591-
CMYK00.560.380.42
HSL340.98º38.68%41.57%-
HSV(B)340.98º55.78%57.65%-
XYZ15.8110.7411.14-
YUV92.48127.17166.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=48.51%
G=21.45%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147659100.560.380.42340.9838.6841.57
Hex93415B038262A155272a
Octal22310113307046525254752
Binary10010011100000110110110111000100110101010101010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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