#8A2460

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

Shades of Rose Bud Cherry #8A2460

Tints of Rose Bud Cherry #8A2460

Color information

#8A2460 (or 0x8A2460) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 60. RGB value is (138,36,96). Sum of RGB (Red+Green+Blue) = 138+36+96=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2460 is #75DB9F. Grayscale: #494949. Windows color (decimal): -7723936 or 6300810. OLE color: 6300810.

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

Color convert

RGB1383696-
CMYK00.740.300.46
HSL324.71º58.62%34.12%-
HSV(B)324.71º73.91%54.12%-
XYZ13.227.5111.82-
YUV73.34140.79174.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=51.11%
G=13.33%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138369600.740.300.46324.7158.6234.12
Hex8A246004A1E2E1453b22
Octal21244140011236565057342
Binary1000101010010011000000100101011110101110101000101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,96); }

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

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

 a { background-color: rgb(138,36,96); }

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

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

 span { border-color: rgb(138,36,96); }

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