#8E1B5F

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

Shades of Rose Bud Cherry #8E1B5F

Tints of Rose Bud Cherry #8E1B5F

Color information

#8E1B5F (or 0x8E1B5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 1B and 5F. RGB value is (142,27,95). Sum of RGB (Red+Green+Blue) = 142+27+95=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B5F is #71E4A0. Grayscale: #444444. Windows color (decimal): -7464097 or 6232974. OLE color: 6232974.

HSL color Cylindrical-coordinate representation of color #8E1B5F: hue angle of 324.52º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B5F is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1422795-
CMYK00.810.330.44
HSL324.52º68.05%33.14%-
HSV(B)324.52º80.99%55.69%-
XYZ13.617.3611.53-
YUV69.14142.6179.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=53.79%
G=10.23%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142279500.810.330.44324.5268.0533.14
Hex8E1B5F051212C1454421
Octal216331370121415450510441
Binary10001110110111011111010100011000011011001010001011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,95); }

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

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

 a { background-color: rgb(142,27,95); }

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

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

 span { border-color: rgb(142,27,95); }

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