#5A2037

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

Shades of Black Rose #5A2037

Tints of Black Rose #5A2037

Color information

#5A2037 (or 0x5A2037) is unknown color: approx Black Rose. HEX triplet: 5A, 20 and 37. RGB value is (90,32,55). Sum of RGB (Red+Green+Blue) = 90+32+55=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2037 is #A5DFC8. Grayscale: #333333. Windows color (decimal): -10870729 or 3612762. OLE color: 3612762.

HSL color Cylindrical-coordinate representation of color #5A2037: hue angle of 336.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2037 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB903255-
CMYK00.640.390.65
HSL336.21º47.54%23.92%-
HSV(B)336.21º64.44%35.29%-
XYZ5.423.484-
YUV51.96129.72155.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=50.85%
G=18.08%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90325500.640.390.65336.2147.5423.92
Hex5A203704027411503018
Octal13240670100471015206030
Binary101101010000011011101000000100111100000110101000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,32,55); }

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

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

 a { background-color: rgb(90,32,55); }

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

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

 span { border-color: rgb(90,32,55); }

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