#8F3F5B

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

Shades of Cadillac #8F3F5B

Tints of Cadillac #8F3F5B

Color information

#8F3F5B (or 0x8F3F5B) is unknown color: approx Cadillac. HEX triplet: 8F, 3F and 5B. RGB value is (143,63,91). Sum of RGB (Red+Green+Blue) = 143+63+91=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F5B is #70C0A4. Grayscale: #5A5A5A. Windows color (decimal): -7389349 or 5980047. OLE color: 5980047.

HSL color Cylindrical-coordinate representation of color #8F3F5B: hue angle of 339º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F5B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB1436391-
CMYK00.560.360.44
HSL339º38.83%40.39%-
HSV(B)339º55.94%56.08%-
XYZ14.9910.1511.07-
YUV90.11128.5165.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=48.15%
G=21.21%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143639100.560.360.4433938.8340.39
Hex8F3F5B038242C1532728
Octal2177713307044545234750
Binary1000111111111110110110111000100100101100101010011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,63,91); }

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

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

 a { background-color: rgb(143,63,91); }

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

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

 span { border-color: rgb(143,63,91); }

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