#541D36

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

Shades of Castro #541D36

Tints of Castro #541D36

Color information

#541D36 (or 0x541D36) is unknown color: approx Castro. HEX triplet: 54, 1D and 36. RGB value is (84,29,54). Sum of RGB (Red+Green+Blue) = 84+29+54=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D36 is #ABE2C9. Grayscale: #303030. Windows color (decimal): -11264714 or 3546452. OLE color: 3546452.

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

Color convert

RGB842954-
CMYK00.650.360.67
HSL332.73º48.67%22.16%-
HSV(B)332.73º65.48%32.94%-
XYZ4.763.033.82-
YUV48.29131.22153.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=50.30%
G=17.37%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84295400.650.360.67332.7348.6722.16
Hex541D36041244314d3116
Octal12435660101441035156126
Binary10101001110111011001000001100100100001110100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,54); }

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

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

 a { background-color: rgb(84,29,54); }

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

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

 span { border-color: rgb(84,29,54); }

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