#401D28

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

Shades of Castro #401D28

Tints of Castro #401D28

Color information

#401D28 (or 0x401D28) is unknown color: approx Castro. HEX triplet: 40, 1D and 28. RGB value is (64,29,40). Sum of RGB (Red+Green+Blue) = 64+29+40=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D28 is #BFE2D7. Grayscale: #282828. Windows color (decimal): -12575448 or 2628928. OLE color: 2628928.

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

Color convert

RGB642940-
CMYK00.550.380.75
HSL341.14º37.63%18.24%-
HSV(B)341.14º54.69%25.1%-
XYZ2.942.122.26-
YUV40.72127.6144.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=48.12%
G=21.80%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64294000.550.380.75341.1437.6318.24
Hex401D28037264B1552612
Octal1003550067461135254622
Binary1000000111011010000110111100110100101110101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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