#8E3063

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

Shades of Rose Bud Cherry #8E3063

Tints of Rose Bud Cherry #8E3063

Color information

#8E3063 (or 0x8E3063) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 30 and 63. RGB value is (142,48,99). Sum of RGB (Red+Green+Blue) = 142+48+99=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3063 is #71CF9C. Grayscale: #515151. Windows color (decimal): -7458717 or 6500494. OLE color: 6500494.

HSL color Cylindrical-coordinate representation of color #8E3063: hue angle of 327.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3063 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB1424899-
CMYK00.660.300.44
HSL327.45º49.47%37.25%-
HSV(B)327.45º66.2%55.69%-
XYZ14.468.7712.73-
YUV81.92137.64170.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=49.13%
G=16.61%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142489900.660.300.44327.4549.4737.25
Hex8E30630421E2C1473125
Octal21660143010236545076145
Binary1000111011000011000110100001011110101100101000111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,99); }

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

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

 a { background-color: rgb(142,48,99); }

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

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

 span { border-color: rgb(142,48,99); }

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