Shades of Castro #43222B
Tints of Castro #43222B
RGB
CMYK
RGB Variations
Color information
#43222B (or 0x43222B) is known color: Castro. HEX triplet: 43, 22 and 2B. RGB value is (67,34,43). Sum of RGB (Red+Green+Blue) = 67+34+43=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43222B is #BCDDD4. Grayscale: #2C2C2C. Windows color (decimal): -12377557 or 2826819. OLE color: 2826819.
HSL color Cylindrical-coordinate representation of color #43222B: hue angle of 343.64º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43222B is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 43 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.74 |
| HSL | 343.64º | 0.33% | 0.2% | - |
| HSV(B) | 343.64º | 0.49% | 0.26% | - |
| XYZ | 3.32 | 2.51 | 2.6 | - |
| YUV | 44.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 43 | 0 | 0.49 | 0.36 | 0.74 | 343.64 | 0.33 | 0.2 |
| Hex | 43 | 22 | 2B | 0 | 31 | 24 | 4A | 158 | 21 | 14 |
| Octal | 103 | 42 | 53 | 0 | 61 | 44 | 112 | 530 | 41 | 24 |
| Binary | 1000011 | 100010 | 101011 | 0 | 110001 | 100100 | 1001010 | 101011000 | 100001 | 10100 |
Color Harmonies of #43222B
Complementary color
Monochromatic Colors of #43222B
Black with #43222B
Text Example
Text Example
White with #43222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43222B; }
p { color: rgb(67,34,43); }
H1.HeaderClassName
{
color: #43222B;
}
.AnyTagClassName
{
color: #43222B;
}
</style>
background-color css
<style>
a { background-color: #43222B; }
a { background-color: rgb(67,34,43); }
div.DivClassName
{
background-color: #43222B;
}
.BgClassName
{
background-color: #43222B;
}
</style>
border-color css
<style>
span { border-color: #43222B; }
span { border-color: rgb(67,34,43); }
td.TdClassName
{
border-color: #43222B;
}
.TagClassName
{
border-color: #43222B;
}
</style>