#8E365F

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

Shades of Rose Bud Cherry #8E365F

Tints of Rose Bud Cherry #8E365F

Color information

#8E365F (or 0x8E365F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 36 and 5F. RGB value is (142,54,95). Sum of RGB (Red+Green+Blue) = 142+54+95=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E365F is #71C9A0. Grayscale: #545454. Windows color (decimal): -7457185 or 6239886. OLE color: 6239886.

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

Color convert

RGB1425495-
CMYK00.620.330.44
HSL332.05º44.9%38.43%-
HSV(B)332.05º61.97%55.69%-
XYZ14.549.2211.84-
YUV84.99133.65168.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=48.80%
G=18.56%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142549500.620.330.44332.0544.938.43
Hex8E365F03E212C14c2d26
Octal2166613707641545145546
Binary1000111011011010111110111110100001101100101001100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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