#5A293E

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

Shades of Black Rose #5A293E

Tints of Black Rose #5A293E

Color information

#5A293E (or 0x5A293E) is unknown color: approx Black Rose. HEX triplet: 5A, 29 and 3E. RGB value is (90,41,62). Sum of RGB (Red+Green+Blue) = 90+41+62=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A293E is #A5D6C1. Grayscale: #3A3A3A. Windows color (decimal): -10868418 or 4073818. OLE color: 4073818.

HSL color Cylindrical-coordinate representation of color #5A293E: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A293E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB904162-
CMYK00.540.310.65
HSL334.29º37.4%25.69%-
HSV(B)334.29º54.44%35.29%-
XYZ5.884.115.04-
YUV58.04130.23150.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=46.63%
G=21.24%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90416200.540.310.65334.2937.425.69
Hex5A293E0361F4114e251a
Octal1325176066371015164532
Binary1011010101001111110011011011111100000110100111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,41,62); }

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

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

 a { background-color: rgb(90,41,62); }

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

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

 span { border-color: rgb(90,41,62); }

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