Html Css Color HEX #401D2B Castro

📋 copy color: '#401D2B'

red 64 ◦ green 29 ◦ blue 43

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

Shades of Castro #401D2B

Tints of Castro #401D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 47.06%
G = 21.32%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#401D2B (or 0x401D2B) is known color: Castro. HEX triplet: 40, 1D and 2B. RGB value is (64,29,43). Sum of RGB (Red+Green+Blue) = 64+29+43=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2B is #BFE2D4. Grayscale: #292929. Windows color (decimal): -12575445 or 2825536. OLE color: 2825536.

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

Color convert

RGB 64 29 43 -
CMYK 0 0.55 0.33 0.75
HSL 336º 0.38% 0.18% -
HSV(B) 336º 0.55% 0.25% -
XYZ 2.99 2.14 2.54 -
YUV 41.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 64 29 43 0 0.55 0.33 0.75 336 0.38 0.18
Hex 40 1D 2B 0 37 21 4B 150 26 12
Octal 100 35 53 0 67 41 113 520 46 22
Binary 1000000 11101 101011 0 110111 100001 1001011 101010000 100110 10010

Color Harmonies of #401D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D2B

Black with #401D2B

Text Example


Text Example

White with #401D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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