Shades of Castro #43212A
Tints of Castro #43212A
RGB
CMYK
RGB Variations
Color information
#43212A (or 0x43212A) is known color: Castro. HEX triplet: 43, 21 and 2A. RGB value is (67,33,42). Sum of RGB (Red+Green+Blue) = 67+33+42=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43212A is #BCDED5. Grayscale: #2C2C2C. Windows color (decimal): -12377814 or 2761027. OLE color: 2761027.
HSL color Cylindrical-coordinate representation of color #43212A: hue angle of 344.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43212A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 42 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.74 |
| HSL | 344.12º | 0.34% | 0.2% | - |
| HSV(B) | 344.12º | 0.51% | 0.26% | - |
| XYZ | 3.28 | 2.45 | 2.49 | - |
| YUV | 44.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 42 | 0 | 0.51 | 0.37 | 0.74 | 344.12 | 0.34 | 0.2 |
| Hex | 43 | 21 | 2A | 0 | 33 | 25 | 4A | 158 | 22 | 14 |
| Octal | 103 | 41 | 52 | 0 | 63 | 45 | 112 | 530 | 42 | 24 |
| Binary | 1000011 | 100001 | 101010 | 0 | 110011 | 100101 | 1001010 | 101011000 | 100010 | 10100 |
Color Harmonies of #43212A
Complementary color
Monochromatic Colors of #43212A
Black with #43212A
Text Example
Text Example
White with #43212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43212A; }
p { color: rgb(67,33,42); }
H1.HeaderClassName
{
color: #43212A;
}
.AnyTagClassName
{
color: #43212A;
}
</style>
background-color css
<style>
a { background-color: #43212A; }
a { background-color: rgb(67,33,42); }
div.DivClassName
{
background-color: #43212A;
}
.BgClassName
{
background-color: #43212A;
}
</style>
border-color css
<style>
span { border-color: #43212A; }
span { border-color: rgb(67,33,42); }
td.TdClassName
{
border-color: #43212A;
}
.TagClassName
{
border-color: #43212A;
}
</style>