#8B1F56

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

Shades of Rose Bud Cherry #8B1F56

Tints of Rose Bud Cherry #8B1F56

Color information

#8B1F56 (or 0x8B1F56) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1F and 56. RGB value is (139,31,86). Sum of RGB (Red+Green+Blue) = 139+31+86=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F56 is #74E0A9. Grayscale: #454545. Windows color (decimal): -7659690 or 5644171. OLE color: 5644171.

HSL color Cylindrical-coordinate representation of color #8B1F56: hue angle of 329.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F56 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1393186-
CMYK00.780.380.45
HSL329.44º63.53%33.33%-
HSV(B)329.44º77.7%54.51%-
XYZ12.827.149.51-
YUV69.56137.28177.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 31 (12.5% from 255) = 12.11%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=54.30%
G=12.11%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139318600.780.380.45329.4463.5333.33
Hex8B1F5604E262D1494021
Octal213371260116465551110041
Binary10001011111111010110010011101001101011011010010011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,86); }

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

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

 a { background-color: rgb(139,31,86); }

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

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

 span { border-color: rgb(139,31,86); }

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