#93415F

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

Shades of Cadillac #93415F

Tints of Cadillac #93415F

Color information

#93415F (or 0x93415F) is unknown color: approx Cadillac. HEX triplet: 93, 41 and 5F. RGB value is (147,65,95). Sum of RGB (Red+Green+Blue) = 147+65+95=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93415F is #6CBEA0. Grayscale: #5C5C5C. Windows color (decimal): -7126689 or 6242707. OLE color: 6242707.

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

Color convert

RGB1476595-
CMYK00.560.350.42
HSL338.05º38.68%41.57%-
HSV(B)338.05º55.78%57.65%-
XYZ15.9910.8112.07-
YUV92.94129.17166.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=47.88%
G=21.17%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147659500.560.350.42338.0538.6841.57
Hex93415F038232A152272a
Octal22310113707043525224752
Binary10010011100000110111110111000100011101010101010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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