Shades of Castro #431A29
Tints of Castro #431A29
RGB
CMYK
RGB Variations
Color information
#431A29 (or 0x431A29) is known color: Castro. HEX triplet: 43, 1A and 29. RGB value is (67,26,41). Sum of RGB (Red+Green+Blue) = 67+26+41=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #431A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A29 is #BCE5D6. Grayscale: #272727. Windows color (decimal): -12379607 or 2693699. OLE color: 2693699.
HSL color Cylindrical-coordinate representation of color #431A29: hue angle of 338.05º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A29 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 41 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.74 |
| HSL | 338.05º | 0.44% | 0.18% | - |
| HSV(B) | 338.05º | 0.61% | 0.26% | - |
| XYZ | 3.08 | 2.09 | 2.34 | - |
| YUV | 39.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 41 | 0 | 0.61 | 0.39 | 0.74 | 338.05 | 0.44 | 0.18 |
| Hex | 43 | 1A | 29 | 0 | 3D | 27 | 4A | 152 | 2C | 12 |
| Octal | 103 | 32 | 51 | 0 | 75 | 47 | 112 | 522 | 54 | 22 |
| Binary | 1000011 | 11010 | 101001 | 0 | 111101 | 100111 | 1001010 | 101010010 | 101100 | 10010 |
Color Harmonies of #431A29
Complementary color
Monochromatic Colors of #431A29
Black with #431A29
Text Example
Text Example
White with #431A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A29; }
p { color: rgb(67,26,41); }
H1.HeaderClassName
{
color: #431A29;
}
.AnyTagClassName
{
color: #431A29;
}
</style>
background-color css
<style>
a { background-color: #431A29; }
a { background-color: rgb(67,26,41); }
div.DivClassName
{
background-color: #431A29;
}
.BgClassName
{
background-color: #431A29;
}
</style>
border-color css
<style>
span { border-color: #431A29; }
span { border-color: rgb(67,26,41); }
td.TdClassName
{
border-color: #431A29;
}
.TagClassName
{
border-color: #431A29;
}
</style>