#8E2B50

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

Shades of Rose Bud Cherry #8E2B50

Tints of Rose Bud Cherry #8E2B50

Color information

#8E2B50 (or 0x8E2B50) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 2B and 50. RGB value is (142,43,80). Sum of RGB (Red+Green+Blue) = 142+43+80=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2B50 is #71D4AF. Grayscale: #4C4C4C. Windows color (decimal): -7460016 or 5254030. OLE color: 5254030.

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

Color convert

RGB1424380-
CMYK00.700.440.44
HSL337.58º53.51%36.27%-
HSV(B)337.58º69.72%55.69%-
XYZ13.478.068.43-
YUV76.82129.8174.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=53.58%
G=16.23%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142438000.700.440.44337.5853.5136.27
Hex8E2B500462C2C1523624
Octal21653120010654545226644
Binary10001110101011101000001000110101100101100101010010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,43,80); }

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

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

 a { background-color: rgb(142,43,80); }

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

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

 span { border-color: rgb(142,43,80); }

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