#8B2659

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

Shades of Rose Bud Cherry #8B2659

Tints of Rose Bud Cherry #8B2659

Color information

#8B2659 (or 0x8B2659) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 26 and 59. RGB value is (139,38,89). Sum of RGB (Red+Green+Blue) = 139+38+89=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2659 is #74D9A6. Grayscale: #494949. Windows color (decimal): -7657895 or 5842571. OLE color: 5842571.

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

Color convert

RGB1393889-
CMYK00.730.360.45
HSL329.7º57.06%34.71%-
HSV(B)329.7º72.66%54.51%-
XYZ13.147.610.22-
YUV74.01136.46174.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=52.26%
G=14.29%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139388900.730.360.45329.757.0634.71
Hex8B2659049242D14a3923
Octal21346131011144555127143
Binary10001011100110101100101001001100100101101101001010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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