Html Css Color HEX #401C29 Castro

📋 copy color: '#401C29'

red 64 ◦ green 28 ◦ blue 41

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

Shades of Castro #401C29

Tints of Castro #401C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

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

R = 48.12%
G = 21.05%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401C29 (or 0x401C29) is known color: Castro. HEX triplet: 40, 1C and 29. RGB value is (64,28,41). Sum of RGB (Red+Green+Blue) = 64+28+41=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C29 is #BFE3D6. Grayscale: #282828. Windows color (decimal): -12575703 or 2694208. OLE color: 2694208.

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

Color convert

RGB 64 28 41 -
CMYK 0 0.56 0.36 0.75
HSL 338.33º 0.39% 0.18% -
HSV(B) 338.33º 0.56% 0.25% -
XYZ 2.93 2.08 2.34 -
YUV 40.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 64 28 41 0 0.56 0.36 0.75 338.33 0.39 0.18
Hex 40 1C 29 0 38 24 4B 152 27 12
Octal 100 34 51 0 70 44 113 522 47 22
Binary 1000000 11100 101001 0 111000 100100 1001011 101010010 100111 10010

Color Harmonies of #401C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C29

Black with #401C29

Text Example


Text Example

White with #401C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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