Html Css Color HEX #401D2C Castro

📋 copy color: '#401D2C'

red 64 ◦ green 29 ◦ blue 44

#401D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #401D2C

Tints of Castro #401D2C

RGB

 RED value IS 64 (25.39% from 255) = 46.72%

 GREEN value IS 29 (11.72% from 255) = 21.17%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 46.72%
G = 21.17%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#401D2C (or 0x401D2C) is known color: Castro. HEX triplet: 40, 1D and 2C. RGB value is (64,29,44). Sum of RGB (Red+Green+Blue) = 64+29+44=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2C is #BFE2D3. Grayscale: #292929. Windows color (decimal): -12575444 or 2891072. OLE color: 2891072.

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

Color convert

RGB 64 29 44 -
CMYK 0 0.55 0.31 0.75
HSL 334.29º 0.38% 0.18% -
HSV(B) 334.29º 0.55% 0.25% -
XYZ 3.01 2.15 2.64 -
YUV 41.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 64 29 44 0 0.55 0.31 0.75 334.29 0.38 0.18
Hex 40 1D 2C 0 37 1F 4B 14E 26 12
Octal 100 35 54 0 67 37 113 516 46 22
Binary 1000000 11101 101100 0 110111 11111 1001011 101001110 100110 10010

Color Harmonies of #401D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D2C

Black with #401D2C

Text Example


Text Example

White with #401D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #401D2C;
 }
 .AnyTagClassName
 {
   color: #401D2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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