#542536

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

Shades of Black Rose #542536

Tints of Black Rose #542536

Color information

#542536 (or 0x542536) is unknown color: approx Black Rose. HEX triplet: 54, 25 and 36. RGB value is (84,37,54). Sum of RGB (Red+Green+Blue) = 84+37+54=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542536 is #ABDAC9. Grayscale: #343434. Windows color (decimal): -11262666 or 3548500. OLE color: 3548500.

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

Color convert

RGB843754-
CMYK00.560.360.67
HSL338.3º38.84%23.73%-
HSV(B)338.3º55.95%32.94%-
XYZ4.983.473.9-
YUV52.99128.57150.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=48%
G=21.14%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84375400.560.360.67338.338.8423.73
Hex54253603824431522718
Octal1244566070441035224730
Binary10101001001011101100111000100100100001110101001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542536; }

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

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

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

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

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

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

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

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