#8E3256

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

Shades of Rose Bud Cherry #8E3256

Tints of Rose Bud Cherry #8E3256

Color information

#8E3256 (or 0x8E3256) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 32 and 56. RGB value is (142,50,86). Sum of RGB (Red+Green+Blue) = 142+50+86=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3256 is #71CDA9. Grayscale: #515151. Windows color (decimal): -7458218 or 5649038. OLE color: 5649038.

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

Color convert

RGB1425086-
CMYK00.650.390.44
HSL336.52º47.92%37.65%-
HSV(B)336.52º64.79%55.69%-
XYZ13.988.79.75-
YUV81.61130.48171.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=51.08%
G=17.99%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142508600.650.390.44336.5247.9237.65
Hex8E3256041272C1513026
Octal21662126010147545216046
Binary10001110110010101011001000001100111101100101010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,86); }

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

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

 a { background-color: rgb(142,50,86); }

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

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

 span { border-color: rgb(142,50,86); }

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