#542D39

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

Shades of Black Rose #542D39

Tints of Black Rose #542D39

Color information

#542D39 (or 0x542D39) is unknown color: approx Black Rose. HEX triplet: 54, 2D and 39. RGB value is (84,45,57). Sum of RGB (Red+Green+Blue) = 84+45+57=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D39 is #ABD2C6. Grayscale: #3A3A3A. Windows color (decimal): -11260615 or 3747156. OLE color: 3747156.

HSL color Cylindrical-coordinate representation of color #542D39: hue angle of 341.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D39 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB844557-
CMYK00.460.320.67
HSL341.54º30.23%25.29%-
HSV(B)341.54º46.43%32.94%-
XYZ5.334.064.37-
YUV58.03127.42146.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=45.16%
G=24.19%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84455700.460.320.67341.5430.2325.29
Hex542D3902E20431561e19
Octal1245571056401035263631
Binary1010100101101111001010111010000010000111010101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542D39; }

 p { color: rgb(84,45,57); }

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

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

 a { background-color: rgb(84,45,57); }

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

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

 span { border-color: rgb(84,45,57); }

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