Shades of Castro #402A31
Tints of Castro #402A31
RGB
CMYK
RGB Variations
Color information
#402A31 (or 0x402A31) is known color: Castro. HEX triplet: 40, 2A and 31. RGB value is (64,42,49). Sum of RGB (Red+Green+Blue) = 64+42+49=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #402A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A31 is #BFD5CE. Grayscale: #313131. Windows color (decimal): -12572111 or 3222080. OLE color: 3222080.
HSL color Cylindrical-coordinate representation of color #402A31: hue angle of 340.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402A31 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 42 | 49 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.75 |
| HSL | 340.91º | 0.21% | 0.21% | - |
| HSV(B) | 340.91º | 0.34% | 0.25% | - |
| XYZ | 3.5 | 2.97 | 3.29 | - |
| YUV | 49.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 49 | 0 | 0.34 | 0.23 | 0.75 | 340.91 | 0.21 | 0.21 |
| Hex | 40 | 2A | 31 | 0 | 22 | 17 | 4B | 155 | 15 | 15 |
| Octal | 100 | 52 | 61 | 0 | 42 | 27 | 113 | 525 | 25 | 25 |
| Binary | 1000000 | 101010 | 110001 | 0 | 100010 | 10111 | 1001011 | 101010101 | 10101 | 10101 |
Color Harmonies of #402A31
Complementary color
Monochromatic Colors of #402A31
Black with #402A31
Text Example
Text Example
White with #402A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A31; }
p { color: rgb(64,42,49); }
H1.HeaderClassName
{
color: #402A31;
}
.AnyTagClassName
{
color: #402A31;
}
</style>
background-color css
<style>
a { background-color: #402A31; }
a { background-color: rgb(64,42,49); }
div.DivClassName
{
background-color: #402A31;
}
.BgClassName
{
background-color: #402A31;
}
</style>
border-color css
<style>
span { border-color: #402A31; }
span { border-color: rgb(64,42,49); }
td.TdClassName
{
border-color: #402A31;
}
.TagClassName
{
border-color: #402A31;
}
</style>