#9D415F

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

Shades of Cadillac #9D415F

Tints of Cadillac #9D415F

Color information

#9D415F (or 0x9D415F) is unknown color: approx Cadillac. HEX triplet: 9D, 41 and 5F. RGB value is (157,65,95). Sum of RGB (Red+Green+Blue) = 157+65+95=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D415F is #62BEA0. Grayscale: #5F5F5F. Windows color (decimal): -6471329 or 6242717. OLE color: 6242717.

HSL color Cylindrical-coordinate representation of color #9D415F: hue angle of 340.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D415F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1576595-
CMYK00.590.390.38
HSL340.43º41.44%43.53%-
HSV(B)340.43º58.6%61.57%-
XYZ17.8611.7712.16-
YUV95.93127.48171.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.53%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=49.53%
G=20.50%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157659500.590.390.38340.4341.4443.53
Hex9D415F03B2726154292c
Octal23510113707347465245154
Binary10011101100000110111110111011100111100110101010100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D415F; }

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

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

<style>
 a { background-color: #9D415F; }

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

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

<style>
 span { border-color: #9D415F; }

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

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