Shades of Castro #43222E
Tints of Castro #43222E
RGB
CMYK
RGB Variations
Color information
#43222E (or 0x43222E) is known color: Castro. HEX triplet: 43, 22 and 2E. RGB value is (67,34,46). Sum of RGB (Red+Green+Blue) = 67+34+46=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43222E is #BCDDD1. Grayscale: #2D2D2D. Windows color (decimal): -12377554 or 3023427. OLE color: 3023427.
HSL color Cylindrical-coordinate representation of color #43222E: hue angle of 338.18º 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 #43222E is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 46 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.74 |
| HSL | 338.18º | 0.33% | 0.2% | - |
| HSV(B) | 338.18º | 0.49% | 0.26% | - |
| XYZ | 3.38 | 2.53 | 2.9 | - |
| YUV | 45.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 46 | 0 | 0.49 | 0.31 | 0.74 | 338.18 | 0.33 | 0.2 |
| Hex | 43 | 22 | 2E | 0 | 31 | 1F | 4A | 152 | 21 | 14 |
| Octal | 103 | 42 | 56 | 0 | 61 | 37 | 112 | 522 | 41 | 24 |
| Binary | 1000011 | 100010 | 101110 | 0 | 110001 | 11111 | 1001010 | 101010010 | 100001 | 10100 |
Color Harmonies of #43222E
Complementary color
Monochromatic Colors of #43222E
Black with #43222E
Text Example
Text Example
White with #43222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43222E; }
p { color: rgb(67,34,46); }
H1.HeaderClassName
{
color: #43222E;
}
.AnyTagClassName
{
color: #43222E;
}
</style>
background-color css
<style>
a { background-color: #43222E; }
a { background-color: rgb(67,34,46); }
div.DivClassName
{
background-color: #43222E;
}
.BgClassName
{
background-color: #43222E;
}
</style>
border-color css
<style>
span { border-color: #43222E; }
span { border-color: rgb(67,34,46); }
td.TdClassName
{
border-color: #43222E;
}
.TagClassName
{
border-color: #43222E;
}
</style>