#8F3565

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

Shades of Rose Bud Cherry #8F3565

Tints of Rose Bud Cherry #8F3565

Color information

#8F3565 (or 0x8F3565) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 35 and 65. RGB value is (143,53,101). Sum of RGB (Red+Green+Blue) = 143+53+101=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3565 is #70CA9A. Grayscale: #555555. Windows color (decimal): -7391899 or 6632847. OLE color: 6632847.

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

Color convert

RGB14353101-
CMYK00.630.290.44
HSL328º45.92%38.43%-
HSV(B)328º62.94%56.08%-
XYZ14.959.3313.32-
YUV85.38136.82169.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=48.15%
G=17.85%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435310100.630.290.4432845.9238.43
Hex8F356503F1D2C1482e26
Octal2176514507735545105646
Binary100011111101011100101011111111101101100101001000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,53,101); }

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

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

 a { background-color: rgb(143,53,101); }

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

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

 span { border-color: rgb(143,53,101); }

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