#9F4D72

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

Shades of Cadillac #9F4D72

Tints of Cadillac #9F4D72

Color information

#9F4D72 (or 0x9F4D72) is unknown color: approx Cadillac. HEX triplet: 9F, 4D and 72. RGB value is (159,77,114). Sum of RGB (Red+Green+Blue) = 159+77+114=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D72 is #60B28D. Grayscale: #696969. Windows color (decimal): -6337166 or 7490975. OLE color: 7490975.

HSL color Cylindrical-coordinate representation of color #9F4D72: hue angle of 332.93º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4D72 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15977114-
CMYK00.520.280.38
HSL332.93º34.75%46.27%-
HSV(B)332.93º51.57%62.35%-
XYZ19.9913.8917.55-
YUV105.74132.67165.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=45.43%
G=22%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597711400.520.280.38332.9334.7546.27
Hex9F4D720341C2614d232e
Octal23711516206434465154356
Binary1001111110011011110010011010011100100110101001101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,114); }

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

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

 a { background-color: rgb(159,77,114); }

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

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

 span { border-color: rgb(159,77,114); }

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