#9F4F64

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

Shades of Cadillac #9F4F64

Tints of Cadillac #9F4F64

Color information

#9F4F64 (or 0x9F4F64) is unknown color: approx Cadillac. HEX triplet: 9F, 4F and 64. RGB value is (159,79,100). Sum of RGB (Red+Green+Blue) = 159+79+100=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F64 is #60B09B. Grayscale: #696969. Windows color (decimal): -6336668 or 6573983. OLE color: 6573983.

HSL color Cylindrical-coordinate representation of color #9F4F64: hue angle of 344.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F64 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB15979100-
CMYK00.500.370.38
HSL344.25º33.61%46.67%-
HSV(B)344.25º50.31%62.35%-
XYZ19.3913.8813.71-
YUV105.31125166.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=47.04%
G=23.37%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597910000.500.370.38344.2533.6146.67
Hex9F4F640322526158222f
Octal23711714406245465304257
Binary10011111100111111001000110010100101100110101011000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,79,100); }

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

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

 a { background-color: rgb(159,79,100); }

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

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

 span { border-color: rgb(159,79,100); }

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