#542A39

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

Shades of Black Rose #542A39

Tints of Black Rose #542A39

Color information

#542A39 (or 0x542A39) is unknown color: approx Black Rose. HEX triplet: 54, 2A and 39. RGB value is (84,42,57). Sum of RGB (Red+Green+Blue) = 84+42+57=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #542A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A39 is #ABD5C6. Grayscale: #383838. Windows color (decimal): -11261383 or 3746388. OLE color: 3746388.

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

Color convert

RGB844257-
CMYK00.50.320.67
HSL338.57º33.33%24.71%-
HSV(B)338.57º50%32.94%-
XYZ5.223.844.34-
YUV56.27128.41147.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=45.90%
G=22.95%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84425700.50.320.67338.5733.3324.71
Hex542A3903220431532119
Octal1245271062401035234131
Binary10101001010101110010110010100000100001110101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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