#5A2D3C

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

Shades of Black Rose #5A2D3C

Tints of Black Rose #5A2D3C

Color information

#5A2D3C (or 0x5A2D3C) is unknown color: approx Black Rose. HEX triplet: 5A, 2D and 3C. RGB value is (90,45,60). Sum of RGB (Red+Green+Blue) = 90+45+60=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D3C is #A5D2C3. Grayscale: #3C3C3C. Windows color (decimal): -10867396 or 3943770. OLE color: 3943770.

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

Color convert

RGB904560-
CMYK00.500.330.65
HSL340º33.33%26.47%-
HSV(B)340º50%35.29%-
XYZ5.974.384.81-
YUV60.17127.91149.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90456000.500.330.6534033.3326.47
Hex5A2D3C0322141154211a
Octal1325574062411015244132
Binary10110101011011111000110010100001100000110101010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,45,60); }

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

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

 a { background-color: rgb(90,45,60); }

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

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

 span { border-color: rgb(90,45,60); }

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