#8E3664

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

Shades of Rose Bud Cherry #8E3664

Tints of Rose Bud Cherry #8E3664

Color information

#8E3664 (or 0x8E3664) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 36 and 64. RGB value is (142,54,100). Sum of RGB (Red+Green+Blue) = 142+54+100=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3664 is #71C99B. Grayscale: #555555. Windows color (decimal): -7457180 or 6567566. OLE color: 6567566.

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

Color convert

RGB14254100-
CMYK00.620.300.44
HSL328.64º44.9%38.43%-
HSV(B)328.64º61.97%55.69%-
XYZ14.779.3113.07-
YUV85.56136.15168.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=47.97%
G=18.24%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425410000.620.300.44328.6444.938.43
Hex8E366403E1E2C1492d26
Octal2166614407636545115546
Binary100011101101101100100011111011110101100101001001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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