#542530

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

Shades of Black Rose #542530

Tints of Black Rose #542530

Color information

#542530 (or 0x542530) is unknown color: approx Black Rose. HEX triplet: 54, 25 and 30. RGB value is (84,37,48). Sum of RGB (Red+Green+Blue) = 84+37+48=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #542530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542530 is #ABDACF. Grayscale: #343434. Windows color (decimal): -11262672 or 3155284. OLE color: 3155284.

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

Color convert

RGB843748-
CMYK00.560.430.67
HSL345.96º38.84%23.73%-
HSV(B)345.96º55.95%32.94%-
XYZ4.853.423.2-
YUV52.31125.57150.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=49.70%
G=21.89%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84374800.560.430.67345.9638.8423.73
Hex5425300382B4315a2718
Octal1244560070531035324730
Binary10101001001011100000111000101011100001110101101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542530; }

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

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

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

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

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

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

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

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