#8A154C

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

Shades of Rose Bud Cherry #8A154C

Tints of Rose Bud Cherry #8A154C

Color information

#8A154C (or 0x8A154C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 15 and 4C. RGB value is (138,21,76). Sum of RGB (Red+Green+Blue) = 138+21+76=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A154C is #75EAB3. Grayscale: #3E3E3E. Windows color (decimal): -7727796 or 4986250. OLE color: 4986250.

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

Color convert

RGB1382176-
CMYK00.850.450.46
HSL331.79º73.58%31.18%-
HSV(B)331.79º84.78%54.12%-
XYZ12.056.467.45-
YUV62.25135.76182.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.72%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=58.72%
G=8.94%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138217600.850.450.46331.7973.5831.18
Hex8A154C0552D2E14c4a1f
Octal212251140125555651411237
Binary1000101010101100110001010101101101101110101001100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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