#5A202D

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

Shades of Black Rose #5A202D

Tints of Black Rose #5A202D

Color information

#5A202D (or 0x5A202D) is unknown color: approx Black Rose. HEX triplet: 5A, 20 and 2D. RGB value is (90,32,45). Sum of RGB (Red+Green+Blue) = 90+32+45=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A202D is #A5DFD2. Grayscale: #323232. Windows color (decimal): -10870739 or 2957402. OLE color: 2957402.

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

Color convert

RGB903245-
CMYK00.640.500.65
HSL346.55º47.54%23.92%-
HSV(B)346.55º64.44%35.29%-
XYZ5.213.42.86-
YUV50.82124.72155.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=53.89%
G=19.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90324500.640.500.65346.5547.5423.92
Hex5A202D040324115b3018
Octal13240550100621015336030
Binary101101010000010110101000000110010100000110101101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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