Shades of Castro #43212D
Tints of Castro #43212D
RGB
CMYK
RGB Variations
Color information
#43212D (or 0x43212D) is known color: Castro. HEX triplet: 43, 21 and 2D. RGB value is (67,33,45). Sum of RGB (Red+Green+Blue) = 67+33+45=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #43212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43212D is #BCDED2. Grayscale: #2C2C2C. Windows color (decimal): -12377811 or 2957635. OLE color: 2957635.
HSL color Cylindrical-coordinate representation of color #43212D: hue angle of 338.82º 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 #43212D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 45 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.74 |
| HSL | 338.82º | 0.34% | 0.2% | - |
| HSV(B) | 338.82º | 0.51% | 0.26% | - |
| XYZ | 3.33 | 2.47 | 2.78 | - |
| YUV | 44.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 45 | 0 | 0.51 | 0.33 | 0.74 | 338.82 | 0.34 | 0.2 |
| Hex | 43 | 21 | 2D | 0 | 33 | 21 | 4A | 153 | 22 | 14 |
| Octal | 103 | 41 | 55 | 0 | 63 | 41 | 112 | 523 | 42 | 24 |
| Binary | 1000011 | 100001 | 101101 | 0 | 110011 | 100001 | 1001010 | 101010011 | 100010 | 10100 |
Color Harmonies of #43212D
Complementary color
Monochromatic Colors of #43212D
Black with #43212D
Text Example
Text Example
White with #43212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43212D; }
p { color: rgb(67,33,45); }
H1.HeaderClassName
{
color: #43212D;
}
.AnyTagClassName
{
color: #43212D;
}
</style>
background-color css
<style>
a { background-color: #43212D; }
a { background-color: rgb(67,33,45); }
div.DivClassName
{
background-color: #43212D;
}
.BgClassName
{
background-color: #43212D;
}
</style>
border-color css
<style>
span { border-color: #43212D; }
span { border-color: rgb(67,33,45); }
td.TdClassName
{
border-color: #43212D;
}
.TagClassName
{
border-color: #43212D;
}
</style>