#8F2563

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

Shades of Rose Bud Cherry #8F2563

Tints of Rose Bud Cherry #8F2563

Color information

#8F2563 (or 0x8F2563) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 25 and 63. RGB value is (143,37,99). Sum of RGB (Red+Green+Blue) = 143+37+99=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2563 is #70DA9C. Grayscale: #4B4B4B. Windows color (decimal): -7395997 or 6497679. OLE color: 6497679.

HSL color Cylindrical-coordinate representation of color #8F2563: hue angle of 324.91º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2563 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1433799-
CMYK00.740.310.44
HSL324.91º58.89%35.29%-
HSV(B)324.91º74.13%56.08%-
XYZ14.248.0612.61-
YUV75.76141.12175.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=51.25%
G=13.26%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143379900.740.310.44324.9158.8935.29
Hex8F256304A1F2C1453b23
Octal21745143011237545057343
Binary1000111110010111000110100101011111101100101000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,37,99); }

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

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

 a { background-color: rgb(143,37,99); }

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

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

 span { border-color: rgb(143,37,99); }

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