#8F3869

Color #8F3869 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8F3869

Tints of Rose Bud Cherry #8F3869

Color information

#8F3869 (or 0x8F3869) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 38 and 69. RGB value is (143,56,105). Sum of RGB (Red+Green+Blue) = 143+56+105=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3869 is #70C796. Grayscale: #575757. Windows color (decimal): -7391127 or 6895759. OLE color: 6895759.

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

Color convert

RGB14356105-
CMYK00.610.270.44
HSL326.21º43.72%39.02%-
HSV(B)326.21º60.84%56.08%-
XYZ15.299.6914.43-
YUV87.6137.82167.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.04%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=47.04%
G=18.42%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435610500.610.270.44326.2143.7239.02
Hex8F386903D1B2C1462c27
Octal2177015107533545065447
Binary100011111110001101001011110111011101100101000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,56,105); }

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

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

 a { background-color: rgb(143,56,105); }

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

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

 span { border-color: rgb(143,56,105); }

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