#541E37

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

Shades of Castro #541E37

Tints of Castro #541E37

Color information

#541E37 (or 0x541E37) is unknown color: approx Castro. HEX triplet: 54, 1E and 37. RGB value is (84,30,55). Sum of RGB (Red+Green+Blue) = 84+30+55=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #541E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E37 is #ABE1C8. Grayscale: #303030. Windows color (decimal): -11264457 or 3612244. OLE color: 3612244.

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

Color convert

RGB843055-
CMYK00.640.350.67
HSL332.22º47.37%22.35%-
HSV(B)332.22º64.29%32.94%-
XYZ4.813.093.96-
YUV49131.39152.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=49.70%
G=17.75%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84305500.640.350.67332.2247.3722.35
Hex541E37040234314c2f16
Octal12436670100431035145726
Binary10101001111011011101000000100011100001110100110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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