#8F4661

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

Shades of Cadillac #8F4661

Tints of Cadillac #8F4661

Color information

#8F4661 (or 0x8F4661) is unknown color: approx Cadillac. HEX triplet: 8F, 46 and 61. RGB value is (143,70,97). Sum of RGB (Red+Green+Blue) = 143+70+97=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4661 is #70B99E. Grayscale: #5E5E5E. Windows color (decimal): -7387551 or 6375055. OLE color: 6375055.

HSL color Cylindrical-coordinate representation of color #8F4661: hue angle of 337.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F4661 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1437097-
CMYK00.510.320.44
HSL337.81º34.27%41.76%-
HSV(B)337.81º51.05%56.08%-
XYZ15.6811.0812.62-
YUV94.9129.18162.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=46.13%
G=22.58%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143709700.510.320.44337.8134.2741.76
Hex8F4661033202C152222a
Octal21710614106340545224252
Binary10001111100011011000010110011100000101100101010010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F4661; }

 p { color: rgb(143,70,97); }

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

<style>
 a { background-color: #8F4661; }

 a { background-color: rgb(143,70,97); }

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

<style>
 span { border-color: #8F4661; }

 span { border-color: rgb(143,70,97); }

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