#8F406F

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

Shades of Cadillac #8F406F

Tints of Cadillac #8F406F

Color information

#8F406F (or 0x8F406F) is unknown color: approx Cadillac. HEX triplet: 8F, 40 and 6F. RGB value is (143,64,111). Sum of RGB (Red+Green+Blue) = 143+64+111=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F406F is #70BF90. Grayscale: #5C5C5C. Windows color (decimal): -7389073 or 7291023. OLE color: 7291023.

HSL color Cylindrical-coordinate representation of color #8F406F: hue angle of 324.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F406F is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14364111-
CMYK00.550.220.44
HSL324.3º38.16%40.59%-
HSV(B)324.3º55.24%56.08%-
XYZ16.0310.6516.25-
YUV92.98138.17163.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=44.97%
G=20.13%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436411100.550.220.44324.338.1640.59
Hex8F406F037162C1442629
Octal21710015706726545044651
Binary1000111110000001101111011011110110101100101000100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,64,111); }

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

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

 a { background-color: rgb(143,64,111); }

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

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

 span { border-color: rgb(143,64,111); }

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