#573040

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

Shades of Black Rose #573040

Tints of Black Rose #573040

Color information

#573040 (or 0x573040) is unknown color: approx Black Rose. HEX triplet: 57, 30 and 40. RGB value is (87,48,64). Sum of RGB (Red+Green+Blue) = 87+48+64=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #573040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573040 is #A8CFBF. Grayscale: #3D3D3D. Windows color (decimal): -11063232 or 4206679. OLE color: 4206679.

HSL color Cylindrical-coordinate representation of color #573040: hue angle of 335.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573040 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB874864-
CMYK00.450.260.66
HSL335.38º28.89%26.47%-
HSV(B)335.38º44.83%34.12%-
XYZ5.914.515.41-
YUV61.48129.42146.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=43.72%
G=24.12%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486400.450.260.66335.3828.8926.47
Hex57304002D1A4214f1d1a
Octal12760100055321025173532
Binary1010111110000100000001011011101010000101010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573040; }

 p { color: rgb(87,48,64); }

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

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

 a { background-color: rgb(87,48,64); }

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

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

 span { border-color: rgb(87,48,64); }

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