#541C33

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

Shades of Black Rose #541C33

Tints of Black Rose #541C33

Color information

#541C33 (or 0x541C33) is unknown color: approx Black Rose. HEX triplet: 54, 1C and 33. RGB value is (84,28,51). Sum of RGB (Red+Green+Blue) = 84+28+51=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #541C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C33 is #ABE3CC. Grayscale: #2F2F2F. Windows color (decimal): -11264973 or 3349588. OLE color: 3349588.

HSL color Cylindrical-coordinate representation of color #541C33: hue angle of 335.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C33 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB842851-
CMYK00.670.390.67
HSL335.36º50%21.96%-
HSV(B)335.36º66.67%32.94%-
XYZ4.672.953.46-
YUV47.37130.05154.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=51.53%
G=17.18%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84285100.670.390.67335.365021.96
Hex541C33043274314f3216
Octal12434630103471035176226
Binary10101001110011001101000011100111100001110100111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C33; }

 p { color: rgb(84,28,51); }

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

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

 a { background-color: rgb(84,28,51); }

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

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

 span { border-color: rgb(84,28,51); }

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