#8A1554

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

Shades of Rose Bud Cherry #8A1554

Tints of Rose Bud Cherry #8A1554

Color information

#8A1554 (or 0x8A1554) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 15 and 54. RGB value is (138,21,84). Sum of RGB (Red+Green+Blue) = 138+21+84=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1554 is #75EAAB. Grayscale: #3F3F3F. Windows color (decimal): -7727788 or 5510538. OLE color: 5510538.

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

Color convert

RGB1382184-
CMYK00.850.390.46
HSL327.69º73.58%31.18%-
HSV(B)327.69º84.78%54.12%-
XYZ12.356.589.01-
YUV63.16139.76181.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=56.79%
G=8.64%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138218400.850.390.46327.6973.5831.18
Hex8A1554055272E1484a1f
Octal212251240125475651011237
Binary1000101010101101010001010101100111101110101001000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,84); }

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

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

 a { background-color: rgb(138,21,84); }

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

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

 span { border-color: rgb(138,21,84); }

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