#8B2658

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

Shades of Rose Bud Cherry #8B2658

Tints of Rose Bud Cherry #8B2658

Color information

#8B2658 (or 0x8B2658) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 26 and 58. RGB value is (139,38,88). Sum of RGB (Red+Green+Blue) = 139+38+88=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2658 is #74D9A7. Grayscale: #494949. Windows color (decimal): -7657896 or 5777035. OLE color: 5777035.

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

Color convert

RGB1393888-
CMYK00.730.370.45
HSL330.3º57.06%34.71%-
HSV(B)330.3º72.66%54.51%-
XYZ13.17.5810.01-
YUV73.9135.96174.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=52.45%
G=14.34%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139388800.730.370.45330.357.0634.71
Hex8B2658049252D14a3923
Octal21346130011145555127143
Binary10001011100110101100001001001100101101101101001010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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