Shades of Castro #431A28
Tints of Castro #431A28
RGB
CMYK
RGB Variations
Color information
#431A28 (or 0x431A28) is known color: Castro. HEX triplet: 43, 1A and 28. RGB value is (67,26,40). Sum of RGB (Red+Green+Blue) = 67+26+40=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #431A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A28 is #BCE5D7. Grayscale: #272727. Windows color (decimal): -12379608 or 2628163. OLE color: 2628163.
HSL color Cylindrical-coordinate representation of color #431A28: hue angle of 339.51º 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 #431A28 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 40 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.74 |
| HSL | 339.51º | 0.44% | 0.18% | - |
| HSV(B) | 339.51º | 0.61% | 0.26% | - |
| XYZ | 3.07 | 2.09 | 2.25 | - |
| YUV | 39.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 40 | 0 | 0.61 | 0.40 | 0.74 | 339.51 | 0.44 | 0.18 |
| Hex | 43 | 1A | 28 | 0 | 3D | 28 | 4A | 154 | 2C | 12 |
| Octal | 103 | 32 | 50 | 0 | 75 | 50 | 112 | 524 | 54 | 22 |
| Binary | 1000011 | 11010 | 101000 | 0 | 111101 | 101000 | 1001010 | 101010100 | 101100 | 10010 |
Color Harmonies of #431A28
Complementary color
Monochromatic Colors of #431A28
Black with #431A28
Text Example
Text Example
White with #431A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A28; }
p { color: rgb(67,26,40); }
H1.HeaderClassName
{
color: #431A28;
}
.AnyTagClassName
{
color: #431A28;
}
</style>
background-color css
<style>
a { background-color: #431A28; }
a { background-color: rgb(67,26,40); }
div.DivClassName
{
background-color: #431A28;
}
.BgClassName
{
background-color: #431A28;
}
</style>
border-color css
<style>
span { border-color: #431A28; }
span { border-color: rgb(67,26,40); }
td.TdClassName
{
border-color: #431A28;
}
.TagClassName
{
border-color: #431A28;
}
</style>