#542237

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

Shades of Black Rose #542237

Tints of Black Rose #542237

Color information

#542237 (or 0x542237) is unknown color: approx Black Rose. HEX triplet: 54, 22 and 37. RGB value is (84,34,55). Sum of RGB (Red+Green+Blue) = 84+34+55=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #542237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542237 is #ABDDC8. Grayscale: #333333. Windows color (decimal): -11263433 or 3613268. OLE color: 3613268.

HSL color Cylindrical-coordinate representation of color #542237: hue angle of 334.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542237 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB843455-
CMYK00.600.350.67
HSL334.8º42.37%23.14%-
HSV(B)334.8º59.52%32.94%-
XYZ4.923.33.99-
YUV51.34130.06151.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=48.55%
G=19.65%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84345500.600.350.67334.842.3723.14
Hex54223703C234314f2a17
Octal1244267074431035175227
Binary10101001000101101110111100100011100001110100111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542237; }

 p { color: rgb(84,34,55); }

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

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

 a { background-color: rgb(84,34,55); }

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

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

 span { border-color: rgb(84,34,55); }

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