#8E3055

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

Shades of Rose Bud Cherry #8E3055

Tints of Rose Bud Cherry #8E3055

Color information

#8E3055 (or 0x8E3055) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 30 and 55. RGB value is (142,48,85). Sum of RGB (Red+Green+Blue) = 142+48+85=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3055 is #71CFAA. Grayscale: #505050. Windows color (decimal): -7458731 or 5582990. OLE color: 5582990.

HSL color Cylindrical-coordinate representation of color #8E3055: hue angle of 336.38º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3055 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1424885-
CMYK00.660.400.44
HSL336.38º49.47%37.25%-
HSV(B)336.38º66.2%55.69%-
XYZ13.858.529.51-
YUV80.32130.64171.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=51.64%
G=17.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142488500.660.400.44336.3849.4737.25
Hex8E3055042282C1503125
Octal21660125010250545206145
Binary10001110110000101010101000010101000101100101010000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,85); }

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

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

 a { background-color: rgb(142,48,85); }

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

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

 span { border-color: rgb(142,48,85); }

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