#8B2757

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

Shades of Rose Bud Cherry #8B2757

Tints of Rose Bud Cherry #8B2757

Color information

#8B2757 (or 0x8B2757) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 27 and 57. RGB value is (139,39,87). Sum of RGB (Red+Green+Blue) = 139+39+87=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2757 is #74D8A8. Grayscale: #4A4A4A. Windows color (decimal): -7657641 or 5711755. OLE color: 5711755.

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

Color convert

RGB1393987-
CMYK00.720.370.45
HSL331.2º56.18%34.9%-
HSV(B)331.2º71.94%54.51%-
XYZ13.097.639.8-
YUV74.37135.13174.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=52.45%
G=14.72%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139398700.720.370.45331.256.1834.9
Hex8B2757048252D14b3823
Octal21347127011045555137043
Binary10001011100111101011101001000100101101101101001011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,39,87); }

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

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

 a { background-color: rgb(139,39,87); }

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

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

 span { border-color: rgb(139,39,87); }

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