#93415A

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

Shades of Cadillac #93415A

Tints of Cadillac #93415A

Color information

#93415A (or 0x93415A) is unknown color: approx Cadillac. HEX triplet: 93, 41 and 5A. RGB value is (147,65,90). Sum of RGB (Red+Green+Blue) = 147+65+90=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #93415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93415A is #6CBEA5. Grayscale: #5C5C5C. Windows color (decimal): -7126694 or 5915027. OLE color: 5915027.

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

Color convert

RGB1476590-
CMYK00.560.390.42
HSL341.71º38.68%41.57%-
HSV(B)341.71º55.78%57.65%-
XYZ15.7710.7210.91-
YUV92.37126.67166.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=48.68%
G=21.52%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147659000.560.390.42341.7138.6841.57
Hex93415A038272A156272a
Octal22310113207047525264752
Binary10010011100000110110100111000100111101010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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