#8A2451

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

Shades of Rose Bud Cherry #8A2451

Tints of Rose Bud Cherry #8A2451

Color information

#8A2451 (or 0x8A2451) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 51. RGB value is (138,36,81). Sum of RGB (Red+Green+Blue) = 138+36+81=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2451 is #75DBAE. Grayscale: #474747. Windows color (decimal): -7723951 or 5317770. OLE color: 5317770.

HSL color Cylindrical-coordinate representation of color #8A2451: hue angle of 333.53º 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 #8A2451 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1383681-
CMYK00.740.410.46
HSL333.53º58.62%34.12%-
HSV(B)333.53º73.91%54.12%-
XYZ12.67.268.52-
YUV71.63133.29175.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=54.12%
G=14.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138368100.740.410.46333.5358.6234.12
Hex8A245104A292E14e3b22
Octal21244121011251565167342
Binary10001010100100101000101001010101001101110101001110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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