#5A152F

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

Shades of Black Rose #5A152F

Tints of Black Rose #5A152F

Color information

#5A152F (or 0x5A152F) is unknown color: approx Black Rose. HEX triplet: 5A, 15 and 2F. RGB value is (90,21,47). Sum of RGB (Red+Green+Blue) = 90+21+47=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152F is #A5EAD0. Grayscale: #2C2C2C. Windows color (decimal): -10873553 or 3085658. OLE color: 3085658.

HSL color Cylindrical-coordinate representation of color #5A152F: hue angle of 337.39º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A152F is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB902147-
CMYK00.770.480.65
HSL337.39º62.16%21.76%-
HSV(B)337.39º76.67%35.29%-
XYZ52.922.99-
YUV44.6129.36160.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=56.96%
G=13.29%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90214700.770.480.65337.3962.1621.76
Hex5A152F04D30411513e16
Octal13225570115601015217626
Binary10110101010110111101001101110000100000110101000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,47); }

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

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

 a { background-color: rgb(90,21,47); }

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

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

 span { border-color: rgb(90,21,47); }

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