#542439

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

Shades of Black Rose #542439

Tints of Black Rose #542439

Color information

#542439 (or 0x542439) is unknown color: approx Black Rose. HEX triplet: 54, 24 and 39. RGB value is (84,36,57). Sum of RGB (Red+Green+Blue) = 84+36+57=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #542439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542439 is #ABDBC6. Grayscale: #343434. Windows color (decimal): -11262919 or 3744852. OLE color: 3744852.

HSL color Cylindrical-coordinate representation of color #542439: hue angle of 333.75º 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 #542439 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB843657-
CMYK00.570.320.67
HSL333.75º40%23.53%-
HSV(B)333.75º57.14%32.94%-
XYZ5.033.444.27-
YUV52.75130.4150.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=47.46%
G=20.34%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84365700.570.320.67333.754023.53
Hex542439039204314e2818
Octal1244471071401035165030
Binary10101001001001110010111001100000100001110100111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542439; }

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

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

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

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

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

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

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

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