#8F415D

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

Shades of Cadillac #8F415D

Tints of Cadillac #8F415D

Color information

#8F415D (or 0x8F415D) is unknown color: approx Cadillac. HEX triplet: 8F, 41 and 5D. RGB value is (143,65,93). Sum of RGB (Red+Green+Blue) = 143+65+93=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F415D is #70BEA2. Grayscale: #5B5B5B. Windows color (decimal): -7388835 or 6111631. OLE color: 6111631.

HSL color Cylindrical-coordinate representation of color #8F415D: hue angle of 338.46º 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 #8F415D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1436593-
CMYK00.550.350.44
HSL338.46º37.5%40.78%-
HSV(B)338.46º54.55%56.08%-
XYZ15.1910.4111.56-
YUV91.51128.84164.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.51%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=47.51%
G=21.59%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143659300.550.350.44338.4637.540.78
Hex8F415D037232C1522629
Octal21710113506743545224651
Binary10001111100000110111010110111100011101100101010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,93); }

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

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

 a { background-color: rgb(143,65,93); }

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

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

 span { border-color: rgb(143,65,93); }

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