#8A1558

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

Shades of Rose Bud Cherry #8A1558

Tints of Rose Bud Cherry #8A1558

Color information

#8A1558 (or 0x8A1558) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 15 and 58. RGB value is (138,21,88). Sum of RGB (Red+Green+Blue) = 138+21+88=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1558 is #75EAA7. Grayscale: #3F3F3F. Windows color (decimal): -7727784 or 5772682. OLE color: 5772682.

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

Color convert

RGB1382188-
CMYK00.850.360.46
HSL325.64º73.58%31.18%-
HSV(B)325.64º84.78%54.12%-
XYZ12.516.649.86-
YUV63.62141.76181.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=55.87%
G=8.50%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138218800.850.360.46325.6473.5831.18
Hex8A1558055242E1464a1f
Octal212251300125445650611237
Binary1000101010101101100001010101100100101110101000110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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