#401C2A

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

Shades of Castro #401C2A

Tints of Castro #401C2A

Color information

#401C2A (or 0x401C2A) is unknown color: approx Castro. HEX triplet: 40, 1C and 2A. RGB value is (64,28,42). Sum of RGB (Red+Green+Blue) = 64+28+42=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C2A is #BFE3D5. Grayscale: #282828. Windows color (decimal): -12575702 or 2759744. OLE color: 2759744.

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

Color convert

RGB642842-
CMYK00.560.340.75
HSL336.67º39.13%18.04%-
HSV(B)336.67º56.25%25.1%-
XYZ2.952.092.44-
YUV40.36128.93144.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=47.76%
G=20.90%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64284200.560.340.75336.6739.1318.04
Hex401C2A038224B1512712
Octal1003452070421135214722
Binary1000000111001010100111000100010100101110101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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