Shades of Castro #431927
Tints of Castro #431927
RGB
CMYK
RGB Variations
Color information
#431927 (or 0x431927) is known color: Castro. HEX triplet: 43, 19 and 27. RGB value is (67,25,39). Sum of RGB (Red+Green+Blue) = 67+25+39=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #431927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431927 is #BCE6D8. Grayscale: #272727. Windows color (decimal): -12379865 or 2562371. OLE color: 2562371.
HSL color Cylindrical-coordinate representation of color #431927: hue angle of 340º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #431927 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 39 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.74 |
| HSL | 340º | 0.46% | 0.18% | - |
| HSV(B) | 340º | 0.63% | 0.26% | - |
| XYZ | 3.03 | 2.04 | 2.15 | - |
| YUV | 39.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 39 | 0 | 0.63 | 0.42 | 0.74 | 340 | 0.46 | 0.18 |
| Hex | 43 | 19 | 27 | 0 | 3F | 2A | 4A | 154 | 2E | 12 |
| Octal | 103 | 31 | 47 | 0 | 77 | 52 | 112 | 524 | 56 | 22 |
| Binary | 1000011 | 11001 | 100111 | 0 | 111111 | 101010 | 1001010 | 101010100 | 101110 | 10010 |
Color Harmonies of #431927
Complementary color
Monochromatic Colors of #431927
Black with #431927
Text Example
Text Example
White with #431927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431927; }
p { color: rgb(67,25,39); }
H1.HeaderClassName
{
color: #431927;
}
.AnyTagClassName
{
color: #431927;
}
</style>
background-color css
<style>
a { background-color: #431927; }
a { background-color: rgb(67,25,39); }
div.DivClassName
{
background-color: #431927;
}
.BgClassName
{
background-color: #431927;
}
</style>
border-color css
<style>
span { border-color: #431927; }
span { border-color: rgb(67,25,39); }
td.TdClassName
{
border-color: #431927;
}
.TagClassName
{
border-color: #431927;
}
</style>