#8A194D

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

Shades of Rose Bud Cherry #8A194D

Tints of Rose Bud Cherry #8A194D

Color information

#8A194D (or 0x8A194D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 19 and 4D. RGB value is (138,25,77). Sum of RGB (Red+Green+Blue) = 138+25+77=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A194D is #75E6B2. Grayscale: #404040. Windows color (decimal): -7726771 or 5052810. OLE color: 5052810.

HSL color Cylindrical-coordinate representation of color #8A194D: hue angle of 332.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A194D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1382577-
CMYK00.820.440.46
HSL332.39º69.33%31.96%-
HSV(B)332.39º81.88%54.12%-
XYZ12.176.637.66-
YUV64.72134.94180.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=57.5%
G=10.42%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138257700.820.440.46332.3969.3331.96
Hex8A194D0522C2E14c4520
Octal212311150122545651410540
Binary10001010110011001101010100101011001011101010011001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,25,77); }

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

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

 a { background-color: rgb(138,25,77); }

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

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

 span { border-color: rgb(138,25,77); }

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