#8F2750

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

Shades of Rose Bud Cherry #8F2750

Tints of Rose Bud Cherry #8F2750

Color information

#8F2750 (or 0x8F2750) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 27 and 50. RGB value is (143,39,80). Sum of RGB (Red+Green+Blue) = 143+39+80=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2750 is #70D8AF. Grayscale: #4A4A4A. Windows color (decimal): -7395504 or 5253007. OLE color: 5253007.

HSL color Cylindrical-coordinate representation of color #8F2750: hue angle of 336.35º 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 #8F2750 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1433980-
CMYK00.730.440.44
HSL336.35º57.14%35.69%-
HSV(B)336.35º72.73%56.08%-
XYZ13.57.878.4-
YUV74.77130.96176.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.58%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=54.58%
G=14.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143398000.730.440.44336.3557.1435.69
Hex8F27500492C2C1503924
Octal21747120011154545207144
Binary10001111100111101000001001001101100101100101010000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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