#8e1b5b

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

Shades of Rose Bud Cherry #8E1B5B

Tints of Rose Bud Cherry #8E1B5B

Color information

#8E1B5B (or 0x8E1B5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 1B and 5B. RGB value is (142,27,91). Sum of RGB (Red+Green+Blue) = 142+27+91=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B5B is #71E4A4. Grayscale: #444444. Windows color (decimal): -7464101 or 5970830. OLE color: 5970830.

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

Color convert

RGB1422791-
CMYK00.810.360.44
HSL326.61º68.05%33.14%-
HSV(B)326.61º80.99%55.69%-
XYZ13.447.2910.6-
YUV68.68140.6180.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.62%
GREEN value IS 27 (10.94% from 255) = 10.38%
BLUE value IS 91 (35.94% from 255) = 35%
R=54.62%
G=10.38%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142279100.810.360.44326.6168.0533.14
Hex8E1B5B051242C1474421
Octal216331330121445450710441
Binary10001110110111011011010100011001001011001010001111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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