#5A1C2E

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

Shades of Black Rose #5A1C2E

Tints of Black Rose #5A1C2E

Color information

#5A1C2E (or 0x5A1C2E) is unknown color: approx Black Rose. HEX triplet: 5A, 1C and 2E. RGB value is (90,28,46). Sum of RGB (Red+Green+Blue) = 90+28+46=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C2E is #A5E3D1. Grayscale: #303030. Windows color (decimal): -10871762 or 3021914. OLE color: 3021914.

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

Color convert

RGB902846-
CMYK00.690.490.65
HSL342.58º52.54%23.14%-
HSV(B)342.58º68.89%35.29%-
XYZ5.123.22.93-
YUV48.59126.54157.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.88%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=54.88%
G=17.07%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90284600.690.490.65342.5852.5423.14
Hex5A1C2E04531411573517
Octal13234560105611015276527
Binary10110101110010111001000101110001100000110101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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