Shades of Night Shadz #A7424B
Tints of Night Shadz #A7424B
RGB
CMYK
RGB Variations
Color information
#A7424B (or 0xA7424B) is known color: Night Shadz. HEX triplet: A7, 42 and 4B. RGB value is (167,66,75). Sum of RGB (Red+Green+Blue) = 167+66+75=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7424B is #58BDB4. Grayscale: #616161. Windows color (decimal): -5815733 or 4932263. OLE color: 4932263.
HSL color Cylindrical-coordinate representation of color #A7424B: hue angle of 354.65º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7424B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 75 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.35 |
| HSL | 354.65º | 0.43% | 0.46% | - |
| HSV(B) | 354.65º | 0.6% | 0.65% | - |
| XYZ | 19.15 | 12.62 | 8.08 | - |
| YUV | 97.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 75 | 0 | 0.60 | 0.55 | 0.35 | 354.65 | 0.43 | 0.46 |
| Hex | A7 | 42 | 4B | 0 | 3C | 37 | 23 | 163 | 2B | 2E |
| Octal | 247 | 102 | 113 | 0 | 74 | 67 | 43 | 543 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1001011 | 0 | 111100 | 110111 | 100011 | 101100011 | 101011 | 101110 |
Color Harmonies of #A7424B
Complementary color
Monochromatic Colors of #A7424B
Black with #A7424B
Text Example
Text Example
White with #A7424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7424B; }
p { color: rgb(167,66,75); }
H1.HeaderClassName
{
color: #A7424B;
}
.AnyTagClassName
{
color: #A7424B;
}
</style>
background-color css
<style>
a { background-color: #A7424B; }
a { background-color: rgb(167,66,75); }
div.DivClassName
{
background-color: #A7424B;
}
.BgClassName
{
background-color: #A7424B;
}
</style>
border-color css
<style>
span { border-color: #A7424B; }
span { border-color: rgb(167,66,75); }
td.TdClassName
{
border-color: #A7424B;
}
.TagClassName
{
border-color: #A7424B;
}
</style>