#8B1656

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

Shades of Rose Bud Cherry #8B1656

Tints of Rose Bud Cherry #8B1656

Color information

#8B1656 (or 0x8B1656) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 16 and 56. RGB value is (139,22,86). Sum of RGB (Red+Green+Blue) = 139+22+86=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1656 is #74E9A9. Grayscale: #404040. Windows color (decimal): -7661994 or 5641867. OLE color: 5641867.

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

Color convert

RGB1392286-
CMYK00.840.380.45
HSL327.18º72.67%31.57%-
HSV(B)327.18º84.17%54.51%-
XYZ12.616.739.44-
YUV64.28140.26181.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=56.28%
G=8.91%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139228600.840.380.45327.1872.6731.57
Hex8B1656054262D1474920
Octal213261260124465550711140
Binary10001011101101010110010101001001101011011010001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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