#542B37

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

Shades of Black Rose #542B37

Tints of Black Rose #542B37

Color information

#542B37 (or 0x542B37) is unknown color: approx Black Rose. HEX triplet: 54, 2B and 37. RGB value is (84,43,55). Sum of RGB (Red+Green+Blue) = 84+43+55=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #542B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B37 is #ABD4C8. Grayscale: #383838. Windows color (decimal): -11261129 or 3615572. OLE color: 3615572.

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

Color convert

RGB844355-
CMYK00.490.350.67
HSL342.44º32.28%24.9%-
HSV(B)342.44º48.81%32.94%-
XYZ5.213.894.09-
YUV56.63127.08147.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=46.15%
G=23.63%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84435500.490.350.67342.4432.2824.9
Hex542B3703123431562019
Octal1245367061431035264031
Binary10101001010111101110110001100011100001110101011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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