#401C28

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

Shades of Castro #401C28

Tints of Castro #401C28

Color information

#401C28 (or 0x401C28) is unknown color: approx Castro. HEX triplet: 40, 1C and 28. RGB value is (64,28,40). Sum of RGB (Red+Green+Blue) = 64+28+40=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C28 is #BFE3D7. Grayscale: #282828. Windows color (decimal): -12575704 or 2628672. OLE color: 2628672.

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

Color convert

RGB642840-
CMYK00.560.380.75
HSL340º39.13%18.04%-
HSV(B)340º56.25%25.1%-
XYZ2.912.072.25-
YUV40.13127.93145.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=48.48%
G=21.21%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64284000.560.380.7534039.1318.04
Hex401C28038264B1542712
Octal1003450070461135244722
Binary1000000111001010000111000100110100101110101010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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