#8B2556

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

Shades of Rose Bud Cherry #8B2556

Tints of Rose Bud Cherry #8B2556

Color information

#8B2556 (or 0x8B2556) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 25 and 56. RGB value is (139,37,86). Sum of RGB (Red+Green+Blue) = 139+37+86=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2556 is #74DAA9. Grayscale: #484848. Windows color (decimal): -7658154 or 5645707. OLE color: 5645707.

HSL color Cylindrical-coordinate representation of color #8B2556: hue angle of 331.18º degrees, saturation: 0.58, 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 #8B2556 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1393786-
CMYK00.730.380.45
HSL331.18º57.95%34.51%-
HSV(B)331.18º73.38%54.51%-
XYZ12.997.489.56-
YUV73.08135.29175.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=53.05%
G=14.12%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139378600.730.380.45331.1857.9534.51
Hex8B2556049262D14b3a23
Octal21345126011146555137243
Binary10001011100101101011001001001100110101101101001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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