#541C34

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

Shades of Castro #541C34

Tints of Castro #541C34

Color information

#541C34 (or 0x541C34) is unknown color: approx Castro. HEX triplet: 54, 1C and 34. RGB value is (84,28,52). Sum of RGB (Red+Green+Blue) = 84+28+52=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #541C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C34 is #ABE3CB. Grayscale: #2F2F2F. Windows color (decimal): -11264972 or 3415124. OLE color: 3415124.

HSL color Cylindrical-coordinate representation of color #541C34: hue angle of 334.29º 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 #541C34 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB842852-
CMYK00.670.380.67
HSL334.29º50%21.96%-
HSV(B)334.29º66.67%32.94%-
XYZ4.692.963.57-
YUV47.48130.55154.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=51.22%
G=17.07%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84285200.670.380.67334.295021.96
Hex541C34043264314e3216
Octal12434640103461035166226
Binary10101001110011010001000011100110100001110100111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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