Html Css Color HEX #401F29 Castro

📋 copy color: '#401F29'

red 64 ◦ green 31 ◦ blue 41

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

Shades of Castro #401F29

Tints of Castro #401F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

 BLUE value IS 41 (16.41% from 255) = 30.15%

R = 47.06%
G = 22.79%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401F29 (or 0x401F29) is known color: Castro. HEX triplet: 40, 1F and 29. RGB value is (64,31,41). Sum of RGB (Red+Green+Blue) = 64+31+41=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F29 is #BFE0D6. Grayscale: #292929. Windows color (decimal): -12574935 or 2694976. OLE color: 2694976.

HSL color Cylindrical-coordinate representation of color #401F29: hue angle of 341.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F29 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 31 41 -
CMYK 0 0.52 0.36 0.75
HSL 341.82º 0.35% 0.19% -
HSV(B) 341.82º 0.52% 0.25% -
XYZ 3 2.23 2.37 -
YUV 42.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 64 31 41 0 0.52 0.36 0.75 341.82 0.35 0.19
Hex 40 1F 29 0 34 24 4B 156 23 13
Octal 100 37 51 0 64 44 113 526 43 23
Binary 1000000 11111 101001 0 110100 100100 1001011 101010110 100011 10011

Color Harmonies of #401F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F29

Black with #401F29

Text Example


Text Example

White with #401F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,41); }

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

background-color css

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

 a { background-color: rgb(64,31,41); }

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

border-color css

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

 span { border-color: rgb(64,31,41); }

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