#8F2752

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

Shades of Rose Bud Cherry #8F2752

Tints of Rose Bud Cherry #8F2752

Color information

#8F2752 (or 0x8F2752) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 27 and 52. RGB value is (143,39,82). Sum of RGB (Red+Green+Blue) = 143+39+82=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2752 is #70D8AD. Grayscale: #4A4A4A. Windows color (decimal): -7395502 or 5384079. OLE color: 5384079.

HSL color Cylindrical-coordinate representation of color #8F2752: hue angle of 335.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2752 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1433982-
CMYK00.730.430.44
HSL335.19º57.14%35.69%-
HSV(B)335.19º72.73%56.08%-
XYZ13.587.98.79-
YUV75131.96176.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.17%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=54.17%
G=14.77%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143398200.730.430.44335.1957.1435.69
Hex8F27520492B2C14f3924
Octal21747122011153545177144
Binary10001111100111101001001001001101011101100101001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,82); }

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

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

 a { background-color: rgb(143,39,82); }

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

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

 span { border-color: rgb(143,39,82); }

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