#9F415F

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

Shades of Cadillac #9F415F

Tints of Cadillac #9F415F

Color information

#9F415F (or 0x9F415F) is unknown color: approx Cadillac. HEX triplet: 9F, 41 and 5F. RGB value is (159,65,95). Sum of RGB (Red+Green+Blue) = 159+65+95=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F415F is #60BEA0. Grayscale: #606060. Windows color (decimal): -6340257 or 6242719. OLE color: 6242719.

HSL color Cylindrical-coordinate representation of color #9F415F: hue angle of 340.85º degrees, saturation: 0.42, 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 #9F415F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1596595-
CMYK00.590.400.38
HSL340.85º41.96%43.92%-
HSV(B)340.85º59.12%62.35%-
XYZ18.2511.9812.18-
YUV96.53127.14172.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=49.84%
G=20.38%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159659500.590.400.38340.8541.9643.92
Hex9F415F03B28261552a2c
Octal23710113707350465255254
Binary10011111100000110111110111011101000100110101010101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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