#542A38

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

Shades of Black Rose #542A38

Tints of Black Rose #542A38

Color information

#542A38 (or 0x542A38) is unknown color: approx Black Rose. HEX triplet: 54, 2A and 38. RGB value is (84,42,56). Sum of RGB (Red+Green+Blue) = 84+42+56=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #542A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A38 is #ABD5C7. Grayscale: #383838. Windows color (decimal): -11261384 or 3680852. OLE color: 3680852.

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

Color convert

RGB844256-
CMYK00.50.330.67
HSL340º33.33%24.71%-
HSV(B)340º50%32.94%-
XYZ5.23.834.21-
YUV56.15127.91147.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84425600.50.330.6734033.3324.71
Hex542A3803221431542119
Octal1245270062411035244131
Binary10101001010101110000110010100001100001110101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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