#8E3255

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

Shades of Rose Bud Cherry #8E3255

Tints of Rose Bud Cherry #8E3255

Color information

#8E3255 (or 0x8E3255) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 32 and 55. RGB value is (142,50,85). Sum of RGB (Red+Green+Blue) = 142+50+85=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3255 is #71CDAA. Grayscale: #515151. Windows color (decimal): -7458219 or 5583502. OLE color: 5583502.

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

Color convert

RGB1425085-
CMYK00.650.400.44
HSL337.17º47.92%37.65%-
HSV(B)337.17º64.79%55.69%-
XYZ13.948.699.54-
YUV81.5129.98171.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=51.26%
G=18.05%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142508500.650.400.44337.1747.9237.65
Hex8E3255041282C1513026
Octal21662125010150545216046
Binary10001110110010101010101000001101000101100101010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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