#8E1653

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

Shades of Rose Bud Cherry #8E1653

Tints of Rose Bud Cherry #8E1653

Color information

#8E1653 (or 0x8E1653) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 16 and 53. RGB value is (142,22,83). Sum of RGB (Red+Green+Blue) = 142+22+83=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1653 is #71E9AC. Grayscale: #404040. Windows color (decimal): -7465389 or 5445262. OLE color: 5445262.

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

Color convert

RGB1422283-
CMYK00.850.420.44
HSL329.5º73.17%32.16%-
HSV(B)329.5º84.51%55.69%-
XYZ136.958.84-
YUV64.83138.26183.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=57.49%
G=8.91%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142228300.850.420.44329.573.1732.16
Hex8E16530552A2C14a4920
Octal216261230125525451211140
Binary10001110101101010011010101011010101011001010010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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