#8A1553

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

Shades of Rose Bud Cherry #8A1553

Tints of Rose Bud Cherry #8A1553

Color information

#8A1553 (or 0x8A1553) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 15 and 53. RGB value is (138,21,83). Sum of RGB (Red+Green+Blue) = 138+21+83=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1553 is #75EAAC. Grayscale: #3E3E3E. Windows color (decimal): -7727789 or 5445002. OLE color: 5445002.

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

Color convert

RGB1382183-
CMYK00.850.400.46
HSL328.21º73.58%31.18%-
HSV(B)328.21º84.78%54.12%-
XYZ12.316.568.8-
YUV63.05139.26181.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.02%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=57.02%
G=8.68%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138218300.850.400.46328.2173.5831.18
Hex8A1553055282E1484a1f
Octal212251230125505651011237
Binary1000101010101101001101010101101000101110101001000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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