#8B1654

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

Shades of Rose Bud Cherry #8B1654

Tints of Rose Bud Cherry #8B1654

Color information

#8B1654 (or 0x8B1654) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 16 and 54. RGB value is (139,22,84). Sum of RGB (Red+Green+Blue) = 139+22+84=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1654 is #74E9AB. Grayscale: #3F3F3F. Windows color (decimal): -7661996 or 5510795. OLE color: 5510795.

HSL color Cylindrical-coordinate representation of color #8B1654: hue angle of 328.21º 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 #8B1654 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1392284-
CMYK00.840.400.45
HSL328.21º72.67%31.57%-
HSV(B)328.21º84.17%54.51%-
XYZ12.536.79.02-
YUV64.05139.26181.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=56.73%
G=8.98%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139228400.840.400.45328.2172.6731.57
Hex8B1654054282D1484920
Octal213261240124505551011140
Binary10001011101101010100010101001010001011011010010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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