#8F3E5F

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

Shades of Cadillac #8F3E5F

Tints of Cadillac #8F3E5F

Color information

#8F3E5F (or 0x8F3E5F) is unknown color: approx Cadillac. HEX triplet: 8F, 3E and 5F. RGB value is (143,62,95). Sum of RGB (Red+Green+Blue) = 143+62+95=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3E5F is #70C1A0. Grayscale: #595959. Windows color (decimal): -7389601 or 6241935. OLE color: 6241935.

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

Color convert

RGB1436295-
CMYK00.570.340.44
HSL335.56º39.51%40.2%-
HSV(B)335.56º56.64%56.08%-
XYZ15.1210.1111.98-
YUV89.98130.84165.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.67%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=47.67%
G=20.67%
B=31.67%

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
Decimal143629500.570.340.44335.5639.5140.2
Hex8F3E5F039222C1502828
Octal2177613707142545205050
Binary1000111111111010111110111001100010101100101010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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