#8E2954

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

Shades of Rose Bud Cherry #8E2954

Tints of Rose Bud Cherry #8E2954

Color information

#8E2954 (or 0x8E2954) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 29 and 54. RGB value is (142,41,84). Sum of RGB (Red+Green+Blue) = 142+41+84=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2954 is #71D6AB. Grayscale: #4C4C4C. Windows color (decimal): -7460524 or 5515662. OLE color: 5515662.

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

Color convert

RGB1424184-
CMYK00.710.410.44
HSL334.46º55.19%35.88%-
HSV(B)334.46º71.13%55.69%-
XYZ13.557.989.21-
YUV76.1132.46175-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=53.18%
G=15.36%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142418400.710.410.44334.4655.1935.88
Hex8E2954047292C14e3724
Octal21651124010751545166744
Binary10001110101001101010001000111101001101100101001110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,41,84); }

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

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

 a { background-color: rgb(142,41,84); }

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

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

 span { border-color: rgb(142,41,84); }

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