Html Css Color HEX #401F2C Castro

📋 copy color: '#401F2C'

red 64 ◦ green 31 ◦ blue 44

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

Shades of Castro #401F2C

Tints of Castro #401F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 46.04%
G = 22.3%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#401F2C (or 0x401F2C) is known color: Castro. HEX triplet: 40, 1F and 2C. RGB value is (64,31,44). Sum of RGB (Red+Green+Blue) = 64+31+44=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F2C is #BFE0D3. Grayscale: #2A2A2A. Windows color (decimal): -12574932 or 2891584. OLE color: 2891584.

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

Color convert

RGB 64 31 44 -
CMYK 0 0.52 0.31 0.75
HSL 336.36º 0.35% 0.19% -
HSV(B) 336.36º 0.52% 0.25% -
XYZ 3.06 2.25 2.66 -
YUV 42.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 64 31 44 0 0.52 0.31 0.75 336.36 0.35 0.19
Hex 40 1F 2C 0 34 1F 4B 150 23 13
Octal 100 37 54 0 64 37 113 520 43 23
Binary 1000000 11111 101100 0 110100 11111 1001011 101010000 100011 10011

Color Harmonies of #401F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F2C

Black with #401F2C

Text Example


Text Example

White with #401F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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