#8B2859

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

Shades of Rose Bud Cherry #8B2859

Tints of Rose Bud Cherry #8B2859

Color information

#8B2859 (or 0x8B2859) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 28 and 59. RGB value is (139,40,89). Sum of RGB (Red+Green+Blue) = 139+40+89=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2859 is #74D7A6. Grayscale: #4B4B4B. Windows color (decimal): -7657383 or 5843083. OLE color: 5843083.

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

Color convert

RGB1394089-
CMYK00.710.360.45
HSL330.3º55.31%35.1%-
HSV(B)330.3º71.22%54.51%-
XYZ13.217.7310.25-
YUV75.19135.8173.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=51.87%
G=14.93%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139408900.710.360.45330.355.3135.1
Hex8B2859047242D14a3723
Octal21350131010744555126743
Binary10001011101000101100101000111100100101101101001010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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