#8b1659

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

Shades of Rose Bud Cherry #8B1659

Tints of Rose Bud Cherry #8B1659

Color information

#8B1659 (or 0x8B1659) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 16 and 59. RGB value is (139,22,89). Sum of RGB (Red+Green+Blue) = 139+22+89=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1659 is #74E9A6. Grayscale: #404040. Windows color (decimal): -7661991 or 5838475. OLE color: 5838475.

HSL color Cylindrical-coordinate representation of color #8B1659: hue angle of 325.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1659 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1392289-
CMYK00.840.360.45
HSL325.64º72.67%31.57%-
HSV(B)325.64º84.17%54.51%-
XYZ12.746.7810.09-
YUV64.62141.76181.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=55.6%
G=8.8%
B=35.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139228900.840.360.45325.6472.6731.57
Hex8B1659054242D1464920
Octal213261310124445550611140
Binary10001011101101011001010101001001001011011010001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,89); }

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

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

 a { background-color: rgb(139,22,89); }

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

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

 span { border-color: rgb(139,22,89); }

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