#5A1532

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

Shades of Black Rose #5A1532

Tints of Black Rose #5A1532

Color information

#5A1532 (or 0x5A1532) is unknown color: approx Black Rose. HEX triplet: 5A, 15 and 32. RGB value is (90,21,50). Sum of RGB (Red+Green+Blue) = 90+21+50=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1532 is #A5EACD. Grayscale: #2C2C2C. Windows color (decimal): -10873550 or 3282266. OLE color: 3282266.

HSL color Cylindrical-coordinate representation of color #5A1532: hue angle of 334.78º 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 #5A1532 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB902150-
CMYK00.770.440.65
HSL334.78º62.16%21.76%-
HSV(B)334.78º76.67%35.29%-
XYZ5.062.943.32-
YUV44.94130.86160.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.90%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=55.90%
G=13.04%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90215000.770.440.65334.7862.1621.76
Hex5A153204D2C4114f3e16
Octal13225620115541015177626
Binary10110101010111001001001101101100100000110100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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