#542539

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

Shades of Black Rose #542539

Tints of Black Rose #542539

Color information

#542539 (or 0x542539) is unknown color: approx Black Rose. HEX triplet: 54, 25 and 39. RGB value is (84,37,57). Sum of RGB (Red+Green+Blue) = 84+37+57=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #542539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542539 is #ABDAC6. Grayscale: #353535. Windows color (decimal): -11262663 or 3745108. OLE color: 3745108.

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

Color convert

RGB843757-
CMYK00.560.320.67
HSL334.47º38.84%23.73%-
HSV(B)334.47º55.95%32.94%-
XYZ5.063.54.28-
YUV53.33130.07149.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=47.19%
G=20.79%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84375700.560.320.67334.4738.8423.73
Hex542539038204314e2718
Octal1244571070401035164730
Binary10101001001011110010111000100000100001110100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542539; }

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

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

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

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

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

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

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

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