#5A182D

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

Shades of Black Rose #5A182D

Tints of Black Rose #5A182D

Color information

#5A182D (or 0x5A182D) is unknown color: approx Black Rose. HEX triplet: 5A, 18 and 2D. RGB value is (90,24,45). Sum of RGB (Red+Green+Blue) = 90+24+45=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A182D is #A5E7D2. Grayscale: #2E2E2E. Windows color (decimal): -10872787 or 2955354. OLE color: 2955354.

HSL color Cylindrical-coordinate representation of color #5A182D: hue angle of 340.91º 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 #5A182D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB902445-
CMYK00.730.500.65
HSL340.91º57.89%22.35%-
HSV(B)340.91º73.33%35.29%-
XYZ5.023.022.8-
YUV46.13127.37159.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.60%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=56.60%
G=15.09%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90244500.730.500.65340.9157.8922.35
Hex5A182D04932411553a16
Octal13230550111621015257226
Binary10110101100010110101001001110010100000110101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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