#8E335C

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

Shades of Rose Bud Cherry #8E335C

Tints of Rose Bud Cherry #8E335C

Color information

#8E335C (or 0x8E335C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 33 and 5C. RGB value is (142,51,92). Sum of RGB (Red+Green+Blue) = 142+51+92=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E335C is #71CCA3. Grayscale: #525252. Windows color (decimal): -7457956 or 6042510. OLE color: 6042510.

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

Color convert

RGB1425192-
CMYK00.640.350.44
HSL332.97º47.15%37.84%-
HSV(B)332.97º64.08%55.69%-
XYZ14.278.8911.09-
YUV82.88133.15170.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=49.82%
G=17.89%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142519200.640.350.44332.9747.1537.84
Hex8E335C040232C14d2f26
Octal21663134010043545155746
Binary10001110110011101110001000000100011101100101001101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,92); }

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

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

 a { background-color: rgb(142,51,92); }

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

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

 span { border-color: rgb(142,51,92); }

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