#8E3164

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

Shades of Rose Bud Cherry #8E3164

Tints of Rose Bud Cherry #8E3164

Color information

#8E3164 (or 0x8E3164) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 31 and 64. RGB value is (142,49,100). Sum of RGB (Red+Green+Blue) = 142+49+100=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3164 is #71CE9B. Grayscale: #525252. Windows color (decimal): -7458460 or 6566286. OLE color: 6566286.

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

Color convert

RGB14249100-
CMYK00.650.300.44
HSL327.1º48.69%37.45%-
HSV(B)327.1º65.49%55.69%-
XYZ14.558.8713-
YUV82.62137.81170.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=48.80%
G=16.84%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424910000.650.300.44327.148.6937.45
Hex8E31640411E2C1473125
Octal21661144010136545076145
Binary1000111011000111001000100000111110101100101000111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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