#8A0E4C

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

Shades of Rose Bud Cherry #8A0E4C

Tints of Rose Bud Cherry #8A0E4C

Color information

#8A0E4C (or 0x8A0E4C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 0E and 4C. RGB value is (138,14,76). Sum of RGB (Red+Green+Blue) = 138+14+76=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0E4C is #75F1B3. Grayscale: #3A3A3A. Windows color (decimal): -7729588 or 4984458. OLE color: 4984458.

HSL color Cylindrical-coordinate representation of color #8A0E4C: hue angle of 330º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A0E4C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1381476-
CMYK00.900.450.46
HSL330º81.58%29.8%-
HSV(B)330º89.86%54.12%-
XYZ11.946.247.41-
YUV58.14138.08184.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.53%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=60.53%
G=6.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138147600.900.450.4633081.5829.8
Hex8AE4C05A2D2E14a521e
Octal212161140132555651212236
Binary100010101110100110001011010101101101110101001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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