#5A2436

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

Shades of Black Rose #5A2436

Tints of Black Rose #5A2436

Color information

#5A2436 (or 0x5A2436) is unknown color: approx Black Rose. HEX triplet: 5A, 24 and 36. RGB value is (90,36,54). Sum of RGB (Red+Green+Blue) = 90+36+54=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2436 is #A5DBC9. Grayscale: #363636. Windows color (decimal): -10869706 or 3548250. OLE color: 3548250.

HSL color Cylindrical-coordinate representation of color #5A2436: hue angle of 340º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2436 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB903654-
CMYK00.600.400.65
HSL340º42.86%24.71%-
HSV(B)340º60%35.29%-
XYZ5.513.73.91-
YUV54.2127.89153.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 30%
R=50%
G=20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90365400.600.400.6534042.8624.71
Hex5A243603C28411542b19
Octal1324466074501015245331
Binary10110101001001101100111100101000100000110101010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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