#8A1457

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

Shades of Rose Bud Cherry #8A1457

Tints of Rose Bud Cherry #8A1457

Color information

#8A1457 (or 0x8A1457) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 14 and 57. RGB value is (138,20,87). Sum of RGB (Red+Green+Blue) = 138+20+87=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1457 is #75EBA8. Grayscale: #3E3E3E. Windows color (decimal): -7728041 or 5706890. OLE color: 5706890.

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

Color convert

RGB1382087-
CMYK00.860.370.46
HSL325.93º74.68%30.98%-
HSV(B)325.93º85.51%54.12%-
XYZ12.456.599.63-
YUV62.92141.59181.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.33%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=56.33%
G=8.16%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138208700.860.370.46325.9374.6830.98
Hex8A1457056252E1464b1f
Octal212241270126455650611337
Binary1000101010100101011101010110100101101110101000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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