#542B39

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

Shades of Black Rose #542B39

Tints of Black Rose #542B39

Color information

#542B39 (or 0x542B39) is unknown color: approx Black Rose. HEX triplet: 54, 2B and 39. RGB value is (84,43,57). Sum of RGB (Red+Green+Blue) = 84+43+57=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #542B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B39 is #ABD4C6. Grayscale: #383838. Windows color (decimal): -11261127 or 3746644. OLE color: 3746644.

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

Color convert

RGB844357-
CMYK00.490.320.67
HSL339.51º32.28%24.9%-
HSV(B)339.51º48.81%32.94%-
XYZ5.263.914.35-
YUV56.86128.08147.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=45.65%
G=23.37%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84435700.490.320.67339.5132.2824.9
Hex542B3903120431542019
Octal1245371061401035244031
Binary10101001010111110010110001100000100001110101010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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