Html Css Color HEX #401E29 Castro

📋 copy color: '#401E29'

red 64 ◦ green 30 ◦ blue 41

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

Shades of Castro #401E29

Tints of Castro #401E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.22%

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

R = 47.41%
G = 22.22%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401E29 (or 0x401E29) is known color: Castro. HEX triplet: 40, 1E and 29. RGB value is (64,30,41). Sum of RGB (Red+Green+Blue) = 64+30+41=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E29 is #BFE1D6. Grayscale: #292929. Windows color (decimal): -12575191 or 2694720. OLE color: 2694720.

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

Color convert

RGB 64 30 41 -
CMYK 0 0.53 0.36 0.75
HSL 340.59º 0.36% 0.18% -
HSV(B) 340.59º 0.53% 0.25% -
XYZ 2.98 2.18 2.36 -
YUV 41.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 64 30 41 0 0.53 0.36 0.75 340.59 0.36 0.18
Hex 40 1E 29 0 35 24 4B 155 24 12
Octal 100 36 51 0 65 44 113 525 44 22
Binary 1000000 11110 101001 0 110101 100100 1001011 101010101 100100 10010

Color Harmonies of #401E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E29

Black with #401E29

Text Example


Text Example

White with #401E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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