#5A2C40

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

Shades of Black Rose #5A2C40

Tints of Black Rose #5A2C40

Color information

#5A2C40 (or 0x5A2C40) is unknown color: approx Black Rose. HEX triplet: 5A, 2C and 40. RGB value is (90,44,64). Sum of RGB (Red+Green+Blue) = 90+44+64=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C40 is #A5D3BF. Grayscale: #3B3B3B. Windows color (decimal): -10867648 or 4205658. OLE color: 4205658.

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

Color convert

RGB904464-
CMYK00.510.290.65
HSL333.91º34.33%26.27%-
HSV(B)333.91º51.11%35.29%-
XYZ6.044.355.37-
YUV60.03130.24149.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=45.45%
G=22.22%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90446400.510.290.65333.9134.3326.27
Hex5A2C400331D4114e221a
Octal13254100063351015164232
Binary10110101011001000000011001111101100000110100111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,44,64); }

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

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

 a { background-color: rgb(90,44,64); }

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

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

 span { border-color: rgb(90,44,64); }

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