#8E3261

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

Shades of Rose Bud Cherry #8E3261

Tints of Rose Bud Cherry #8E3261

Color information

#8E3261 (or 0x8E3261) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 32 and 61. RGB value is (142,50,97). Sum of RGB (Red+Green+Blue) = 142+50+97=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3261 is #71CD9E. Grayscale: #525252. Windows color (decimal): -7458207 or 6369934. OLE color: 6369934.

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

Color convert

RGB1425097-
CMYK00.650.320.44
HSL329.35º47.92%37.65%-
HSV(B)329.35º64.79%55.69%-
XYZ14.458.912.26-
YUV82.87135.98170.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=49.13%
G=17.30%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142509700.650.320.44329.3547.9237.65
Hex8E3261041202C1493026
Octal21662141010140545116046
Binary10001110110010110000101000001100000101100101001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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