#8B2B5B

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

Shades of Rose Bud Cherry #8B2B5B

Tints of Rose Bud Cherry #8B2B5B

Color information

#8B2B5B (or 0x8B2B5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 2B and 5B. RGB value is (139,43,91). Sum of RGB (Red+Green+Blue) = 139+43+91=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B5B is #74D4A4. Grayscale: #4D4D4D. Windows color (decimal): -7656613 or 5974923. OLE color: 5974923.

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

Color convert

RGB1394391-
CMYK00.690.350.45
HSL330º52.75%35.69%-
HSV(B)330º69.06%54.51%-
XYZ13.47.9710.73-
YUV77.18135.8172.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=50.92%
G=15.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139439100.690.350.4533052.7535.69
Hex8B2B5B045232D14a3524
Octal21353133010543555126544
Binary10001011101011101101101000101100011101101101001010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,43,91); }

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

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

 a { background-color: rgb(139,43,91); }

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

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

 span { border-color: rgb(139,43,91); }

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