#8E325F

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

Shades of Rose Bud Cherry #8E325F

Tints of Rose Bud Cherry #8E325F

Color information

#8E325F (or 0x8E325F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 32 and 5F. RGB value is (142,50,95). Sum of RGB (Red+Green+Blue) = 142+50+95=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E325F is #71CDA0. Grayscale: #525252. Windows color (decimal): -7458209 or 6238862. OLE color: 6238862.

HSL color Cylindrical-coordinate representation of color #8E325F: hue angle of 330.65º 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 #8E325F is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1425095-
CMYK00.650.330.44
HSL330.65º47.92%37.65%-
HSV(B)330.65º64.79%55.69%-
XYZ14.368.8611.78-
YUV82.64134.98170.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=49.48%
G=17.42%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142509500.650.330.44330.6547.9237.65
Hex8E325F041212C14b3026
Octal21662137010141545136046
Binary10001110110010101111101000001100001101100101001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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