#8E2751

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

Shades of Rose Bud Cherry #8E2751

Tints of Rose Bud Cherry #8E2751

Color information

#8E2751 (or 0x8E2751) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 27 and 51. RGB value is (142,39,81). Sum of RGB (Red+Green+Blue) = 142+39+81=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2751 is #71D8AE. Grayscale: #4A4A4A. Windows color (decimal): -7461039 or 5318542. OLE color: 5318542.

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

Color convert

RGB1423981-
CMYK00.730.430.44
HSL335.53º56.91%35.49%-
HSV(B)335.53º72.54%55.69%-
XYZ13.377.88.58-
YUV74.58131.62176.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=54.20%
G=14.89%
B=30.92%

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
Decimal142398100.730.430.44335.5356.9135.49
Hex8E27510492B2C1503923
Octal21647121011153545207143
Binary10001110100111101000101001001101011101100101010000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,39,81); }

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

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

 a { background-color: rgb(142,39,81); }

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

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

 span { border-color: rgb(142,39,81); }

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