#8E3653

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

Shades of Rose Bud Cherry #8E3653

Tints of Rose Bud Cherry #8E3653

Color information

#8E3653 (or 0x8E3653) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 36 and 53. RGB value is (142,54,83). Sum of RGB (Red+Green+Blue) = 142+54+83=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3653 is #71C9AC. Grayscale: #535353. Windows color (decimal): -7457197 or 5453454. OLE color: 5453454.

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

Color convert

RGB1425483-
CMYK00.620.420.44
HSL340.23º44.9%38.43%-
HSV(B)340.23º61.97%55.69%-
XYZ14.049.019.18-
YUV83.62127.65169.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=50.90%
G=19.35%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142548300.620.420.44340.2344.938.43
Hex8E365303E2A2C1542d26
Octal2166612307652545245546
Binary1000111011011010100110111110101010101100101010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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