#401A27

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

Shades of Castro #401A27

Tints of Castro #401A27

Color information

#401A27 (or 0x401A27) is unknown color: approx Castro. HEX triplet: 40, 1A and 27. RGB value is (64,26,39). Sum of RGB (Red+Green+Blue) = 64+26+39=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A27 is #BFE5D8. Grayscale: #262626. Windows color (decimal): -12576217 or 2562624. OLE color: 2562624.

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

Color convert

RGB642639-
CMYK00.590.390.75
HSL339.47º42.22%17.65%-
HSV(B)339.47º59.38%25.1%-
XYZ2.851.982.15-
YUV38.84128.09145.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=49.61%
G=20.16%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64263900.590.390.75339.4742.2217.65
Hex401A2703B274B1532a12
Octal1003247073471135235222
Binary1000000110101001110111011100111100101110101001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,39); }

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

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

 a { background-color: rgb(64,26,39); }

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

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

 span { border-color: rgb(64,26,39); }

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