#401524

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

Shades of Castro #401524

Tints of Castro #401524

Color information

#401524 (or 0x401524) is unknown color: approx Castro. HEX triplet: 40, 15 and 24. RGB value is (64,21,36). Sum of RGB (Red+Green+Blue) = 64+21+36=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401524 is #BFEADB. Grayscale: #232323. Windows color (decimal): -12577500 or 2364736. OLE color: 2364736.

HSL color Cylindrical-coordinate representation of color #401524: hue angle of 339.07º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401524 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB642136-
CMYK00.670.440.75
HSL339.07º50.59%16.67%-
HSV(B)339.07º67.19%25.1%-
XYZ2.71.751.87-
YUV35.57128.25148.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=52.89%
G=17.36%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64213600.670.440.75339.0750.5916.67
Hex4015240432C4B1533311
Octal10025440103541135236321
Binary10000001010110010001000011101100100101110101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401524; }

 p { color: rgb(64,21,36); }

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

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

 a { background-color: rgb(64,21,36); }

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

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

 span { border-color: rgb(64,21,36); }

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