#8B1557

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

Shades of Rose Bud Cherry #8B1557

Tints of Rose Bud Cherry #8B1557

Color information

#8B1557 (or 0x8B1557) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 15 and 57. RGB value is (139,21,87). Sum of RGB (Red+Green+Blue) = 139+21+87=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1557 is #74EAA8. Grayscale: #3F3F3F. Windows color (decimal): -7662249 or 5707147. OLE color: 5707147.

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

Color convert

RGB1392187-
CMYK00.850.370.45
HSL326.44º73.75%31.37%-
HSV(B)326.44º84.89%54.51%-
XYZ12.646.719.65-
YUV63.81141.09181.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=56.28%
G=8.50%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139218700.850.370.45326.4473.7531.37
Hex8B1557055252D1464a1f
Octal213251270125455550611237
Binary1000101110101101011101010101100101101101101000110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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