#8F4358

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

Shades of Cadillac #8F4358

Tints of Cadillac #8F4358

Color information

#8F4358 (or 0x8F4358) is unknown color: approx Cadillac. HEX triplet: 8F, 43 and 58. RGB value is (143,67,88). Sum of RGB (Red+Green+Blue) = 143+67+88=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4358 is #70BCA7. Grayscale: #5C5C5C. Windows color (decimal): -7388328 or 5784463. OLE color: 5784463.

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

Color convert

RGB1436788-
CMYK00.530.380.44
HSL343.42º36.19%41.18%-
HSV(B)343.42º53.15%56.08%-
XYZ15.110.5610.47-
YUV92.12125.68164.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.99%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=47.99%
G=22.48%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143678800.530.380.44343.4236.1941.18
Hex8F4358035262C1572429
Octal21710313006546545274451
Binary10001111100001110110000110101100110101100101010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,67,88); }

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

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

 a { background-color: rgb(143,67,88); }

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

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

 span { border-color: rgb(143,67,88); }

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