Shades of Night Shadz #AF404B
Tints of Night Shadz #AF404B
RGB
CMYK
RGB Variations
Color information
#AF404B (or 0xAF404B) is known color: Night Shadz. HEX triplet: AF, 40 and 4B. RGB value is (175,64,75). Sum of RGB (Red+Green+Blue) = 175+64+75=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF404B is #50BFB4. Grayscale: #626262. Windows color (decimal): -5291957 or 4931759. OLE color: 4931759.
HSL color Cylindrical-coordinate representation of color #AF404B: hue angle of 354.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF404B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 75 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.31 |
| HSL | 354.05º | 0.46% | 0.47% | - |
| HSV(B) | 354.05º | 0.63% | 0.69% | - |
| XYZ | 20.78 | 13.29 | 8.13 | - |
| YUV | 98.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 75 | 0 | 0.63 | 0.57 | 0.31 | 354.05 | 0.46 | 0.47 |
| Hex | AF | 40 | 4B | 0 | 3F | 39 | 1F | 162 | 2E | 2F |
| Octal | 257 | 100 | 113 | 0 | 77 | 71 | 37 | 542 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1001011 | 0 | 111111 | 111001 | 11111 | 101100010 | 101110 | 101111 |
Color Harmonies of #AF404B
Complementary color
Monochromatic Colors of #AF404B
Black with #AF404B
Text Example
Text Example
White with #AF404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF404B; }
p { color: rgb(175,64,75); }
H1.HeaderClassName
{
color: #AF404B;
}
.AnyTagClassName
{
color: #AF404B;
}
</style>
background-color css
<style>
a { background-color: #AF404B; }
a { background-color: rgb(175,64,75); }
div.DivClassName
{
background-color: #AF404B;
}
.BgClassName
{
background-color: #AF404B;
}
</style>
border-color css
<style>
span { border-color: #AF404B; }
span { border-color: rgb(175,64,75); }
td.TdClassName
{
border-color: #AF404B;
}
.TagClassName
{
border-color: #AF404B;
}
</style>