#5A1E2E

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

Shades of Black Rose #5A1E2E

Tints of Black Rose #5A1E2E

Color information

#5A1E2E (or 0x5A1E2E) is unknown color: approx Black Rose. HEX triplet: 5A, 1E and 2E. RGB value is (90,30,46). Sum of RGB (Red+Green+Blue) = 90+30+46=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E2E is #A5E1D1. Grayscale: #313131. Windows color (decimal): -10871250 or 3022426. OLE color: 3022426.

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

Color convert

RGB903046-
CMYK00.670.490.65
HSL344º50%23.53%-
HSV(B)344º66.67%35.29%-
XYZ5.173.32.95-
YUV49.76125.88156.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.22%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=54.22%
G=18.07%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90304600.670.490.653445023.53
Hex5A1E2E04331411583218
Octal13236560103611015306230
Binary10110101111010111001000011110001100000110101100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,30,46); }

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

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

 a { background-color: rgb(90,30,46); }

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

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

 span { border-color: rgb(90,30,46); }

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