#542534

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

Shades of Black Rose #542534

Tints of Black Rose #542534

Color information

#542534 (or 0x542534) is unknown color: approx Black Rose. HEX triplet: 54, 25 and 34. RGB value is (84,37,52). Sum of RGB (Red+Green+Blue) = 84+37+52=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #542534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542534 is #ABDACB. Grayscale: #343434. Windows color (decimal): -11262668 or 3417428. OLE color: 3417428.

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

Color convert

RGB843752-
CMYK00.560.380.67
HSL340.85º38.84%23.73%-
HSV(B)340.85º55.95%32.94%-
XYZ4.943.463.66-
YUV52.76127.57150.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=48.55%
G=21.39%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84375200.560.380.67340.8538.8423.73
Hex54253403826431552718
Octal1244564070461035254730
Binary10101001001011101000111000100110100001110101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542534; }

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

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

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

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

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

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

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

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