#8A1956

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

Shades of Rose Bud Cherry #8A1956

Tints of Rose Bud Cherry #8A1956

Color information

#8A1956 (or 0x8A1956) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 19 and 56. RGB value is (138,25,86). Sum of RGB (Red+Green+Blue) = 138+25+86=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1956 is #75E6A9. Grayscale: #414141. Windows color (decimal): -7726762 or 5642634. OLE color: 5642634.

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

Color convert

RGB1382586-
CMYK00.820.380.46
HSL327.61º69.33%31.96%-
HSV(B)327.61º81.88%54.12%-
XYZ12.516.779.45-
YUV65.74139.44179.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=55.42%
G=10.04%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138258600.820.380.46327.6169.3331.96
Hex8A1956052262E1484520
Octal212311260122465651010540
Binary10001010110011010110010100101001101011101010010001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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