#401D2C

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

Shades of Castro #401D2C

Tints of Castro #401D2C

Color information

#401D2C (or 0x401D2C) is unknown color: approx Castro. HEX triplet: 40, 1D and 2C. RGB value is (64,29,44). Sum of RGB (Red+Green+Blue) = 64+29+44=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2C is #BFE2D3. Grayscale: #292929. Windows color (decimal): -12575444 or 2891072. OLE color: 2891072.

HSL color Cylindrical-coordinate representation of color #401D2C: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D2C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB642944-
CMYK00.550.310.75
HSL334.29º37.63%18.24%-
HSV(B)334.29º54.69%25.1%-
XYZ3.012.152.64-
YUV41.18129.6144.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=46.72%
G=21.17%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64294400.550.310.75334.2937.6318.24
Hex401D2C0371F4B14e2612
Octal1003554067371135164622
Binary100000011101101100011011111111100101110100111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401D2C; }

 p { color: rgb(64,29,44); }

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

<style>
 a { background-color: #401D2C; }

 a { background-color: rgb(64,29,44); }

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

<style>
 span { border-color: #401D2C; }

 span { border-color: rgb(64,29,44); }

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