#542838

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

Shades of Black Rose #542838

Tints of Black Rose #542838

Color information

#542838 (or 0x542838) is unknown color: approx Black Rose. HEX triplet: 54, 28 and 38. RGB value is (84,40,56). Sum of RGB (Red+Green+Blue) = 84+40+56=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #542838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542838 is #ABD7C7. Grayscale: #363636. Windows color (decimal): -11261896 or 3680340. OLE color: 3680340.

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

Color convert

RGB844056-
CMYK00.520.330.67
HSL338.18º35.48%24.31%-
HSV(B)338.18º52.38%32.94%-
XYZ5.133.694.18-
YUV54.98128.58148.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=46.67%
G=22.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84405600.520.330.67338.1835.4824.31
Hex54283803421431522318
Octal1245070064411035224330
Binary10101001010001110000110100100001100001110101001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542838; }

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

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

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

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

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

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

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

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