#5A2136

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

Shades of Black Rose #5A2136

Tints of Black Rose #5A2136

Color information

#5A2136 (or 0x5A2136) is unknown color: approx Black Rose. HEX triplet: 5A, 21 and 36. RGB value is (90,33,54). Sum of RGB (Red+Green+Blue) = 90+33+54=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2136 is #A5DEC9. Grayscale: #343434. Windows color (decimal): -10870474 or 3547482. OLE color: 3547482.

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

Color convert

RGB903354-
CMYK00.630.400.65
HSL337.89º46.34%24.12%-
HSV(B)337.89º63.33%35.29%-
XYZ5.433.533.88-
YUV52.44128.88154.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=50.85%
G=18.64%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90335400.630.400.65337.8946.3424.12
Hex5A213603F28411522e18
Octal1324166077501015225630
Binary10110101000011101100111111101000100000110101001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,33,54); }

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

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

 a { background-color: rgb(90,33,54); }

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

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

 span { border-color: rgb(90,33,54); }

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