Shades of Castro #431C2C
Tints of Castro #431C2C
RGB
CMYK
RGB Variations
Color information
#431C2C (or 0x431C2C) is known color: Castro. HEX triplet: 43, 1C and 2C. RGB value is (67,28,44). Sum of RGB (Red+Green+Blue) = 67+28+44=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C2C is #BCE3D3. Grayscale: #292929. Windows color (decimal): -12379092 or 2890819. OLE color: 2890819.
HSL color Cylindrical-coordinate representation of color #431C2C: hue angle of 335.38º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C2C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 44 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.74 |
| HSL | 335.38º | 0.41% | 0.19% | - |
| HSV(B) | 335.38º | 0.58% | 0.26% | - |
| XYZ | 3.18 | 2.21 | 2.64 | - |
| YUV | 41.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 44 | 0 | 0.58 | 0.34 | 0.74 | 335.38 | 0.41 | 0.19 |
| Hex | 43 | 1C | 2C | 0 | 3A | 22 | 4A | 14F | 29 | 13 |
| Octal | 103 | 34 | 54 | 0 | 72 | 42 | 112 | 517 | 51 | 23 |
| Binary | 1000011 | 11100 | 101100 | 0 | 111010 | 100010 | 1001010 | 101001111 | 101001 | 10011 |
Color Harmonies of #431C2C
Complementary color
Monochromatic Colors of #431C2C
Black with #431C2C
Text Example
Text Example
White with #431C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C2C; }
p { color: rgb(67,28,44); }
H1.HeaderClassName
{
color: #431C2C;
}
.AnyTagClassName
{
color: #431C2C;
}
</style>
background-color css
<style>
a { background-color: #431C2C; }
a { background-color: rgb(67,28,44); }
div.DivClassName
{
background-color: #431C2C;
}
.BgClassName
{
background-color: #431C2C;
}
</style>
border-color css
<style>
span { border-color: #431C2C; }
span { border-color: rgb(67,28,44); }
td.TdClassName
{
border-color: #431C2C;
}
.TagClassName
{
border-color: #431C2C;
}
</style>