Html Css Color HEX #401A28 Castro

📋 copy color: '#401A28'

red 64 ◦ green 26 ◦ blue 40

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

Shades of Castro #401A28

Tints of Castro #401A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 49.23%
G = 20%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#401A28 (or 0x401A28) is known color: Castro. HEX triplet: 40, 1A and 28. RGB value is (64,26,40). Sum of RGB (Red+Green+Blue) = 64+26+40=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A28 is #BFE5D7. Grayscale: #262626. Windows color (decimal): -12576216 or 2628160. OLE color: 2628160.

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

Color convert

RGB 64 26 40 -
CMYK 0 0.59 0.38 0.75
HSL 337.89º 0.42% 0.18% -
HSV(B) 337.89º 0.59% 0.25% -
XYZ 2.87 1.98 2.24 -
YUV 38.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 64 26 40 0 0.59 0.38 0.75 337.89 0.42 0.18
Hex 40 1A 28 0 3B 26 4B 152 2A 12
Octal 100 32 50 0 73 46 113 522 52 22
Binary 1000000 11010 101000 0 111011 100110 1001011 101010010 101010 10010

Color Harmonies of #401A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A28

Black with #401A28

Text Example


Text Example

White with #401A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,26,40); }

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

background-color css

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

 a { background-color: rgb(64,26,40); }

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

border-color css

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

 span { border-color: rgb(64,26,40); }

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