#8E134D

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

Shades of Rose Bud Cherry #8E134D

Tints of Rose Bud Cherry #8E134D

Color information

#8E134D (or 0x8E134D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 13 and 4D. RGB value is (142,19,77). Sum of RGB (Red+Green+Blue) = 142+19+77=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E134D is #71ECB2. Grayscale: #3E3E3E. Windows color (decimal): -7466163 or 5051278. OLE color: 5051278.

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

Color convert

RGB1421977-
CMYK00.870.460.44
HSL331.71º76.4%31.57%-
HSV(B)331.71º86.62%55.69%-
XYZ12.736.757.65-
YUV62.39136.25184.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=59.66%
G=7.98%
B=32.35%

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
Decimal142197700.870.460.44331.7176.431.57
Hex8E134D0572E2C14c4c20
Octal216231150127565451411440
Binary10001110100111001101010101111011101011001010011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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