#542E3C

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

Shades of Black Rose #542E3C

Tints of Black Rose #542E3C

Color information

#542E3C (or 0x542E3C) is unknown color: approx Black Rose. HEX triplet: 54, 2E and 3C. RGB value is (84,46,60). Sum of RGB (Red+Green+Blue) = 84+46+60=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E3C is #ABD1C3. Grayscale: #3A3A3A. Windows color (decimal): -11260356 or 3944020. OLE color: 3944020.

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

Color convert

RGB844660-
CMYK00.450.290.67
HSL337.89º29.23%25.49%-
HSV(B)337.89º45.24%32.94%-
XYZ5.454.174.79-
YUV58.96128.59145.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=44.21%
G=24.21%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84466000.450.290.67337.8929.2325.49
Hex542E3C02D1D431521d19
Octal1245674055351035223531
Binary101010010111011110001011011110110000111010100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,46,60); }

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

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

 a { background-color: rgb(84,46,60); }

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

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

 span { border-color: rgb(84,46,60); }

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