#8E345A

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

Shades of Rose Bud Cherry #8E345A

Tints of Rose Bud Cherry #8E345A

Color information

#8E345A (or 0x8E345A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 34 and 5A. RGB value is (142,52,90). Sum of RGB (Red+Green+Blue) = 142+52+90=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E345A is #71CBA5. Grayscale: #535353. Windows color (decimal): -7457702 or 5911694. OLE color: 5911694.

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

Color convert

RGB1425290-
CMYK00.630.370.44
HSL334.67º46.39%38.04%-
HSV(B)334.67º63.38%55.69%-
XYZ14.238.9410.65-
YUV83.24131.82169.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=50%
G=18.31%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142529000.630.370.44334.6746.3938.04
Hex8E345A03F252C14f2e26
Octal2166413207745545175646
Binary1000111011010010110100111111100101101100101001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,90); }

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

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

 a { background-color: rgb(142,52,90); }

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

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

 span { border-color: rgb(142,52,90); }

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