#542437

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

Shades of Black Rose #542437

Tints of Black Rose #542437

Color information

#542437 (or 0x542437) is unknown color: approx Black Rose. HEX triplet: 54, 24 and 37. RGB value is (84,36,55). Sum of RGB (Red+Green+Blue) = 84+36+55=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542437 is #ABDBC8. Grayscale: #343434. Windows color (decimal): -11262921 or 3613780. OLE color: 3613780.

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

Color convert

RGB843655-
CMYK00.570.350.67
HSL336.25º40%23.53%-
HSV(B)336.25º57.14%32.94%-
XYZ4.983.424.01-
YUV52.52129.4150.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=48%
G=20.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84365500.570.350.67336.254023.53
Hex54243703923431502818
Octal1244467071431035205030
Binary10101001001001101110111001100011100001110101000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542437; }

 p { color: rgb(84,36,55); }

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

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

 a { background-color: rgb(84,36,55); }

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

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

 span { border-color: rgb(84,36,55); }

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