#401D2B

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

Shades of Castro #401D2B

Tints of Castro #401D2B

Color information

#401D2B (or 0x401D2B) is unknown color: approx Castro. HEX triplet: 40, 1D and 2B. RGB value is (64,29,43). Sum of RGB (Red+Green+Blue) = 64+29+43=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2B is #BFE2D4. Grayscale: #292929. Windows color (decimal): -12575445 or 2825536. OLE color: 2825536.

HSL color Cylindrical-coordinate representation of color #401D2B: hue angle of 336º 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 #401D2B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB642943-
CMYK00.550.330.75
HSL336º37.63%18.24%-
HSV(B)336º54.69%25.1%-
XYZ2.992.142.54-
YUV41.06129.1144.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=47.06%
G=21.32%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64294300.550.330.7533637.6318.24
Hex401D2B037214B1502612
Octal1003553067411135204622
Binary1000000111011010110110111100001100101110101000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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