#8E2753

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

Shades of Rose Bud Cherry #8E2753

Tints of Rose Bud Cherry #8E2753

Color information

#8E2753 (or 0x8E2753) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 27 and 53. RGB value is (142,39,83). Sum of RGB (Red+Green+Blue) = 142+39+83=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2753 is #71D8AC. Grayscale: #4A4A4A. Windows color (decimal): -7461037 or 5449614. OLE color: 5449614.

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

Color convert

RGB1423983-
CMYK00.730.420.44
HSL334.37º56.91%35.49%-
HSV(B)334.37º72.54%55.69%-
XYZ13.447.838.99-
YUV74.81132.62175.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=53.79%
G=14.77%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142398300.730.420.44334.3756.9135.49
Hex8E27530492A2C14e3923
Octal21647123011152545167143
Binary10001110100111101001101001001101010101100101001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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