#8A2B55

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

Shades of Rose Bud Cherry #8A2B55

Tints of Rose Bud Cherry #8A2B55

Color information

#8A2B55 (or 0x8A2B55) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 2B and 55. RGB value is (138,43,85). Sum of RGB (Red+Green+Blue) = 138+43+85=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2B55 is #75D4AA. Grayscale: #4C4C4C. Windows color (decimal): -7722155 or 5581706. OLE color: 5581706.

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

Color convert

RGB1384385-
CMYK00.690.380.46
HSL333.47º52.49%35.49%-
HSV(B)333.47º68.84%54.12%-
XYZ12.987.799.41-
YUV76.19132.97172.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=51.88%
G=16.17%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138438500.690.380.46333.4752.4935.49
Hex8A2B55045262E14d3423
Octal21253125010546565156443
Binary10001010101011101010101000101100110101110101001101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,85); }

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

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

 a { background-color: rgb(138,43,85); }

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

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

 span { border-color: rgb(138,43,85); }

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