#8E1753

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

Shades of Rose Bud Cherry #8E1753

Tints of Rose Bud Cherry #8E1753

Color information

#8E1753 (or 0x8E1753) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 17 and 53. RGB value is (142,23,83). Sum of RGB (Red+Green+Blue) = 142+23+83=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1753 is #71E8AC. Grayscale: #414141. Windows color (decimal): -7465133 or 5445518. OLE color: 5445518.

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

Color convert

RGB1422383-
CMYK00.840.420.44
HSL329.75º72.12%32.35%-
HSV(B)329.75º83.8%55.69%-
XYZ13.026.998.85-
YUV65.42137.92182.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 23 (9.38% from 255) = 9.27%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=57.26%
G=9.27%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142238300.840.420.44329.7572.1232.35
Hex8E17530542A2C14a4820
Octal216271230124525451211040
Binary10001110101111010011010101001010101011001010010101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,83); }

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

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

 a { background-color: rgb(142,23,83); }

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

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

 span { border-color: rgb(142,23,83); }

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