#8F3D5F

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

Shades of Cadillac #8F3D5F

Tints of Cadillac #8F3D5F

Color information

#8F3D5F (or 0x8F3D5F) is unknown color: approx Cadillac. HEX triplet: 8F, 3D and 5F. RGB value is (143,61,95). Sum of RGB (Red+Green+Blue) = 143+61+95=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3D5F is #70C2A0. Grayscale: #595959. Windows color (decimal): -7389857 or 6241679. OLE color: 6241679.

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

Color convert

RGB1436195-
CMYK00.570.340.44
HSL335.12º40.2%40%-
HSV(B)335.12º57.34%56.08%-
XYZ15.061011.96-
YUV89.39131.17166.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=47.83%
G=20.40%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143619500.570.340.44335.1240.240
Hex8F3D5F039222C14f2828
Octal2177513707142545175050
Binary1000111111110110111110111001100010101100101001111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,61,95); }

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

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

 a { background-color: rgb(143,61,95); }

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

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

 span { border-color: rgb(143,61,95); }

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