#542D3A

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

Shades of Black Rose #542D3A

Tints of Black Rose #542D3A

Color information

#542D3A (or 0x542D3A) is unknown color: approx Black Rose. HEX triplet: 54, 2D and 3A. RGB value is (84,45,58). Sum of RGB (Red+Green+Blue) = 84+45+58=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #542D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D3A is #ABD2C5. Grayscale: #3A3A3A. Windows color (decimal): -11260614 or 3812692. OLE color: 3812692.

HSL color Cylindrical-coordinate representation of color #542D3A: hue angle of 340º 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 #542D3A is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB844558-
CMYK00.460.310.67
HSL340º30.23%25.29%-
HSV(B)340º46.43%32.94%-
XYZ5.364.074.51-
YUV58.14127.92146.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=44.92%
G=24.06%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84455800.460.310.6734030.2325.29
Hex542D3A02E1F431541e19
Octal1245572056371035243631
Binary101010010110111101001011101111110000111010101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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