#8E164C

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

Shades of Rose Bud Cherry #8E164C

Tints of Rose Bud Cherry #8E164C

Color information

#8E164C (or 0x8E164C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 16 and 4C. RGB value is (142,22,76). Sum of RGB (Red+Green+Blue) = 142+22+76=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E164C is #71E9B3. Grayscale: #3F3F3F. Windows color (decimal): -7465396 or 4986510. OLE color: 4986510.

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

Color convert

RGB1422276-
CMYK00.850.460.44
HSL333º73.17%32.16%-
HSV(B)333º84.51%55.69%-
XYZ12.756.857.49-
YUV64.04134.76183.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=59.17%
G=9.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142227600.850.460.4433373.1732.16
Hex8E164C0552E2C14d4920
Octal216261140125565451511140
Binary10001110101101001100010101011011101011001010011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,76); }

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

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

 a { background-color: rgb(142,22,76); }

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

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

 span { border-color: rgb(142,22,76); }

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