#5A142F

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

Shades of Black Rose #5A142F

Tints of Black Rose #5A142F

Color information

#5A142F (or 0x5A142F) is unknown color: approx Black Rose. HEX triplet: 5A, 14 and 2F. RGB value is (90,20,47). Sum of RGB (Red+Green+Blue) = 90+20+47=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A142F is #A5EBD0. Grayscale: #2B2B2B. Windows color (decimal): -10873809 or 3085402. OLE color: 3085402.

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

Color convert

RGB902047-
CMYK00.780.480.65
HSL336.86º63.64%21.57%-
HSV(B)336.86º77.78%35.29%-
XYZ4.982.882.98-
YUV44.01129.69160.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=57.32%
G=12.74%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90204700.780.480.65336.8663.6421.57
Hex5A142F04E30411514016
Octal132245701166010152110026
Binary101101010100101111010011101100001000001101010001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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