#542736

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

Shades of Black Rose #542736

Tints of Black Rose #542736

Color information

#542736 (or 0x542736) is unknown color: approx Black Rose. HEX triplet: 54, 27 and 36. RGB value is (84,39,54). Sum of RGB (Red+Green+Blue) = 84+39+54=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #542736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542736 is #ABD8C9. Grayscale: #363636. Windows color (decimal): -11262154 or 3549012. OLE color: 3549012.

HSL color Cylindrical-coordinate representation of color #542736: hue angle of 340º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #542736 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB843954-
CMYK00.540.360.67
HSL340º36.59%24.12%-
HSV(B)340º53.57%32.94%-
XYZ5.053.63.92-
YUV54.16127.91149.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=47.46%
G=22.03%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84395400.540.360.6734036.5924.12
Hex54273603624431542518
Octal1244766066441035244530
Binary10101001001111101100110110100100100001110101010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542736; }

 p { color: rgb(84,39,54); }

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

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

 a { background-color: rgb(84,39,54); }

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

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

 span { border-color: rgb(84,39,54); }

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