#541B32

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

Shades of Castro #541B32

Tints of Castro #541B32

Color information

#541B32 (or 0x541B32) is unknown color: approx Castro. HEX triplet: 54, 1B and 32. RGB value is (84,27,50). Sum of RGB (Red+Green+Blue) = 84+27+50=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #541B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B32 is #ABE4CD. Grayscale: #2E2E2E. Windows color (decimal): -11265230 or 3283796. OLE color: 3283796.

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

Color convert

RGB842750-
CMYK00.680.400.67
HSL335.79º51.35%21.76%-
HSV(B)335.79º67.86%32.94%-
XYZ4.622.93.33-
YUV46.66129.88154.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=52.17%
G=16.77%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84275000.680.400.67335.7951.3521.76
Hex541B3204428431503316
Octal12433620104501035206326
Binary10101001101111001001000100101000100001110101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,50); }

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

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

 a { background-color: rgb(84,27,50); }

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

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

 span { border-color: rgb(84,27,50); }

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