#8F2E56

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

Shades of Rose Bud Cherry #8F2E56

Tints of Rose Bud Cherry #8F2E56

Color information

#8F2E56 (or 0x8F2E56) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 2E and 56. RGB value is (143,46,86). Sum of RGB (Red+Green+Blue) = 143+46+86=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2E56 is #70D1A9. Grayscale: #4F4F4F. Windows color (decimal): -7393706 or 5648015. OLE color: 5648015.

HSL color Cylindrical-coordinate representation of color #8F2E56: hue angle of 335.26º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E56 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1434686-
CMYK00.680.400.44
HSL335.26º51.32%37.06%-
HSV(B)335.26º67.83%56.08%-
XYZ13.988.479.7-
YUV79.56131.64173.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=52%
G=16.73%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143468600.680.400.44335.2651.3237.06
Hex8F2E56044282C14f3325
Octal21756126010450545176345
Binary10001111101110101011001000100101000101100101001111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,46,86); }

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

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

 a { background-color: rgb(143,46,86); }

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

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

 span { border-color: rgb(143,46,86); }

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