#8a1451

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

Shades of Rose Bud Cherry #8A1451

Tints of Rose Bud Cherry #8A1451

Color information

#8A1451 (or 0x8A1451) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 14 and 51. RGB value is (138,20,81). Sum of RGB (Red+Green+Blue) = 138+20+81=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1451 is #75EBAE. Grayscale: #3E3E3E. Windows color (decimal): -7728047 or 5313674. OLE color: 5313674.

HSL color Cylindrical-coordinate representation of color #8A1451: hue angle of 328.98º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1451 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1382081-
CMYK00.860.410.46
HSL328.98º74.68%30.98%-
HSV(B)328.98º85.51%54.12%-
XYZ12.226.58.39-
YUV62.24138.59182.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=57.74%
G=8.37%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138208100.860.410.46328.9874.6830.98
Hex8A1451056292E1494b1f
Octal212241210126515651111337
Binary1000101010100101000101010110101001101110101001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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