#8A2556

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

Shades of Rose Bud Cherry #8A2556

Tints of Rose Bud Cherry #8A2556

Color information

#8A2556 (or 0x8A2556) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 25 and 56. RGB value is (138,37,86). Sum of RGB (Red+Green+Blue) = 138+37+86=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2556 is #75DAA9. Grayscale: #484848. Windows color (decimal): -7723690 or 5645706. OLE color: 5645706.

HSL color Cylindrical-coordinate representation of color #8A2556: hue angle of 330.89º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2556 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1383786-
CMYK00.730.380.46
HSL330.89º57.71%34.31%-
HSV(B)330.89º73.19%54.12%-
XYZ12.827.49.56-
YUV72.78135.46174.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=52.87%
G=14.18%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138378600.730.380.46330.8957.7134.31
Hex8A2556049262E14b3a22
Octal21245126011146565137242
Binary10001010100101101011001001001100110101110101001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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