#5A182F

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

Shades of Black Rose #5A182F

Tints of Black Rose #5A182F

Color information

#5A182F (or 0x5A182F) is unknown color: approx Black Rose. HEX triplet: 5A, 18 and 2F. RGB value is (90,24,47). Sum of RGB (Red+Green+Blue) = 90+24+47=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A182F is #A5E7D0. Grayscale: #2E2E2E. Windows color (decimal): -10872785 or 3086426. OLE color: 3086426.

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

Color convert

RGB902447-
CMYK00.730.480.65
HSL339.09º57.89%22.35%-
HSV(B)339.09º73.33%35.29%-
XYZ5.063.033.01-
YUV46.36128.37159.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.90%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=55.90%
G=14.91%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90244700.730.480.65339.0957.8922.35
Hex5A182F04930411533a16
Octal13230570111601015237226
Binary10110101100010111101001001110000100000110101001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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