#8E134C

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

Shades of Rose Bud Cherry #8E134C

Tints of Rose Bud Cherry #8E134C

Color information

#8E134C (or 0x8E134C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 13 and 4C. RGB value is (142,19,76). Sum of RGB (Red+Green+Blue) = 142+19+76=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E134C is #71ECB3. Grayscale: #3E3E3E. Windows color (decimal): -7466164 or 4985742. OLE color: 4985742.

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

Color convert

RGB1421976-
CMYK00.870.460.44
HSL332.2º76.4%31.57%-
HSV(B)332.2º86.62%55.69%-
XYZ12.696.747.47-
YUV62.28135.75184.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.92%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=59.92%
G=8.02%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142197600.870.460.44332.276.431.57
Hex8E134C0572E2C14c4c20
Octal216231140127565451411440
Binary10001110100111001100010101111011101011001010011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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