#8B2F51

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

Shades of Rose Bud Cherry #8B2F51

Tints of Rose Bud Cherry #8B2F51

Color information

#8B2F51 (or 0x8B2F51) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 2F and 51. RGB value is (139,47,81). Sum of RGB (Red+Green+Blue) = 139+47+81=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F51 is #74D0AE. Grayscale: #4E4E4E. Windows color (decimal): -7655599 or 5320587. OLE color: 5320587.

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

Color convert

RGB1394781-
CMYK00.660.420.45
HSL337.83º49.46%36.47%-
HSV(B)337.83º66.19%54.51%-
XYZ13.158.128.66-
YUV78.38129.48171.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=52.06%
G=17.60%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139478100.660.420.45337.8349.4636.47
Hex8B2F510422A2D1523124
Octal21357121010252555226144
Binary10001011101111101000101000010101010101101101010010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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