#8F3F61

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

Shades of Cadillac #8F3F61

Tints of Cadillac #8F3F61

Color information

#8F3F61 (or 0x8F3F61) is unknown color: approx Cadillac. HEX triplet: 8F, 3F and 61. RGB value is (143,63,97). Sum of RGB (Red+Green+Blue) = 143+63+97=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F61 is #70C09E. Grayscale: #5A5A5A. Windows color (decimal): -7389343 or 6373263. OLE color: 6373263.

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

Color convert

RGB1436397-
CMYK00.560.320.44
HSL334.5º38.83%40.39%-
HSV(B)334.5º55.94%56.08%-
XYZ15.2610.2612.48-
YUV90.8131.5165.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=47.19%
G=20.79%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143639700.560.320.44334.538.8340.39
Hex8F3F61038202C14e2728
Octal2177714107040545164750
Binary1000111111111111000010111000100000101100101001110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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