#5A1531

Color #5A1531 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #5A1531

Tints of Black Rose #5A1531

Color information

#5A1531 (or 0x5A1531) is unknown color: approx Black Rose. HEX triplet: 5A, 15 and 31. RGB value is (90,21,49). Sum of RGB (Red+Green+Blue) = 90+21+49=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1531 is #A5EACE. Grayscale: #2C2C2C. Windows color (decimal): -10873551 or 3216730. OLE color: 3216730.

HSL color Cylindrical-coordinate representation of color #5A1531: hue angle of 335.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1531 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB902149-
CMYK00.770.460.65
HSL335.65º62.16%21.76%-
HSV(B)335.65º76.67%35.29%-
XYZ5.042.933.21-
YUV44.82130.36160.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=56.25%
G=13.12%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90214900.770.460.65335.6562.1621.76
Hex5A153104D2E411503e16
Octal13225610115561015207626
Binary10110101010111000101001101101110100000110101000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1531; }

 p { color: rgb(90,21,49); }

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

<style>
 a { background-color: #5A1531; }

 a { background-color: rgb(90,21,49); }

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

<style>
 span { border-color: #5A1531; }

 span { border-color: rgb(90,21,49); }

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