#8B1658

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

Shades of Rose Bud Cherry #8B1658

Tints of Rose Bud Cherry #8B1658

Color information

#8B1658 (or 0x8B1658) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 16 and 58. RGB value is (139,22,88). Sum of RGB (Red+Green+Blue) = 139+22+88=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1658 is #74E9A7. Grayscale: #404040. Windows color (decimal): -7661992 or 5772939. OLE color: 5772939.

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

Color convert

RGB1392288-
CMYK00.840.370.45
HSL326.15º72.67%31.57%-
HSV(B)326.15º84.17%54.51%-
XYZ12.76.779.87-
YUV64.51141.26181.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=55.82%
G=8.84%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139228800.840.370.45326.1572.6731.57
Hex8B1658054252D1464920
Octal213261300124455550611140
Binary10001011101101011000010101001001011011011010001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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