#5A1A2D

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

Shades of Black Rose #5A1A2D

Tints of Black Rose #5A1A2D

Color information

#5A1A2D (or 0x5A1A2D) is unknown color: approx Black Rose. HEX triplet: 5A, 1A and 2D. RGB value is (90,26,45). Sum of RGB (Red+Green+Blue) = 90+26+45=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A2D is #A5E5D2. Grayscale: #2F2F2F. Windows color (decimal): -10872275 or 2955866. OLE color: 2955866.

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

Color convert

RGB902645-
CMYK00.710.500.65
HSL342.19º55.17%22.75%-
HSV(B)342.19º71.11%35.29%-
XYZ5.063.12.81-
YUV47.3126.7158.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.90%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=55.90%
G=16.15%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90264500.710.500.65342.1955.1722.75
Hex5A1A2D04732411563717
Octal13232550107621015266727
Binary10110101101010110101000111110010100000110101011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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