#8F4362

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

Shades of Cadillac #8F4362

Tints of Cadillac #8F4362

Color information

#8F4362 (or 0x8F4362) is unknown color: approx Cadillac. HEX triplet: 8F, 43 and 62. RGB value is (143,67,98). Sum of RGB (Red+Green+Blue) = 143+67+98=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4362 is #70BC9D. Grayscale: #5D5D5D. Windows color (decimal): -7388318 or 6439823. OLE color: 6439823.

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

Color convert

RGB1436798-
CMYK00.530.310.44
HSL335.53º36.19%41.18%-
HSV(B)335.53º53.15%56.08%-
XYZ15.5410.7412.81-
YUV93.26130.68163.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=46.43%
G=21.75%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143679800.530.310.44335.5336.1941.18
Hex8F43620351F2C1502429
Octal21710314206537545204451
Binary1000111110000111100010011010111111101100101010000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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