#8E275D

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

Shades of Rose Bud Cherry #8E275D

Tints of Rose Bud Cherry #8E275D

Color information

#8E275D (or 0x8E275D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 27 and 5D. RGB value is (142,39,93). Sum of RGB (Red+Green+Blue) = 142+39+93=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E275D is #71D8A2. Grayscale: #4B4B4B. Windows color (decimal): -7461027 or 6104974. OLE color: 6104974.

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

Color convert

RGB1423993-
CMYK00.730.350.44
HSL328.54º56.91%35.49%-
HSV(B)328.54º72.54%55.69%-
XYZ13.867.9911.17-
YUV75.95137.62175.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=51.82%
G=14.23%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142399300.730.350.44328.5456.9135.49
Hex8E275D049232C1493923
Octal21647135011143545117143
Binary10001110100111101110101001001100011101100101001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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