#542431

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

Shades of Black Rose #542431

Tints of Black Rose #542431

Color information

#542431 (or 0x542431) is unknown color: approx Black Rose. HEX triplet: 54, 24 and 31. RGB value is (84,36,49). Sum of RGB (Red+Green+Blue) = 84+36+49=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #542431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542431 is #ABDBCE. Grayscale: #333333. Windows color (decimal): -11262927 or 3220564. OLE color: 3220564.

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

Color convert

RGB843649-
CMYK00.570.420.67
HSL343.75º40%23.53%-
HSV(B)343.75º57.14%32.94%-
XYZ4.843.373.3-
YUV51.83126.4150.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=49.70%
G=21.30%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84364900.570.420.67343.754023.53
Hex5424310392A431582818
Octal1244461071521035305030
Binary10101001001001100010111001101010100001110101100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542431; }

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

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

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

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

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

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

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

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