#8B2C52

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

Shades of Rose Bud Cherry #8B2C52

Tints of Rose Bud Cherry #8B2C52

Color information

#8B2C52 (or 0x8B2C52) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 2C and 52. RGB value is (139,44,82). Sum of RGB (Red+Green+Blue) = 139+44+82=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C52 is #74D3AD. Grayscale: #4C4C4C. Windows color (decimal): -7656366 or 5385355. OLE color: 5385355.

HSL color Cylindrical-coordinate representation of color #8B2C52: hue angle of 336º 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 #8B2C52 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1394482-
CMYK00.680.410.45
HSL336º51.91%35.88%-
HSV(B)336º68.35%54.51%-
XYZ13.077.98.82-
YUV76.74130.97172.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=52.45%
G=16.60%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139448200.680.410.4533651.9135.88
Hex8B2C52044292D1503424
Octal21354122010451555206444
Binary10001011101100101001001000100101001101101101010000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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