#8E365E

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

Shades of Rose Bud Cherry #8E365E

Tints of Rose Bud Cherry #8E365E

Color information

#8E365E (or 0x8E365E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 36 and 5E. RGB value is (142,54,94). Sum of RGB (Red+Green+Blue) = 142+54+94=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E365E is #71C9A1. Grayscale: #545454. Windows color (decimal): -7457186 or 6174350. OLE color: 6174350.

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

Color convert

RGB1425494-
CMYK00.620.340.44
HSL332.73º44.9%38.43%-
HSV(B)332.73º61.97%55.69%-
XYZ14.499.211.6-
YUV84.87133.15168.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=48.97%
G=18.62%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142549400.620.340.44332.7344.938.43
Hex8E365E03E222C14d2d26
Octal2166613607642545155546
Binary1000111011011010111100111110100010101100101001101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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