#8B2C51

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

Shades of Rose Bud Cherry #8B2C51

Tints of Rose Bud Cherry #8B2C51

Color information

#8B2C51 (or 0x8B2C51) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 2C and 51. RGB value is (139,44,81). Sum of RGB (Red+Green+Blue) = 139+44+81=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C51 is #74D3AE. Grayscale: #4C4C4C. Windows color (decimal): -7656367 or 5319819. OLE color: 5319819.

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

Color convert

RGB1394481-
CMYK00.680.420.45
HSL336.63º51.91%35.88%-
HSV(B)336.63º68.35%54.51%-
XYZ13.037.888.62-
YUV76.62130.47172.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=52.65%
G=16.67%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139448100.680.420.45336.6351.9135.88
Hex8B2C510442A2D1513424
Octal21354121010452555216444
Binary10001011101100101000101000100101010101101101010001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,44,81); }

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

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

 a { background-color: rgb(139,44,81); }

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

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

 span { border-color: rgb(139,44,81); }

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