Shades of Night Shadz #AF364D
Tints of Night Shadz #AF364D
RGB
CMYK
RGB Variations
Color information
#AF364D (or 0xAF364D) is known color: Night Shadz. HEX triplet: AF, 36 and 4D. RGB value is (175,54,77). Sum of RGB (Red+Green+Blue) = 175+54+77=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF364D is #50C9B2. Grayscale: #5C5C5C. Windows color (decimal): -5294515 or 5060271. OLE color: 5060271.
HSL color Cylindrical-coordinate representation of color #AF364D: hue angle of 348.6º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF364D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 77 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.31 |
| HSL | 348.6º | 0.53% | 0.45% | - |
| HSV(B) | 348.6º | 0.69% | 0.69% | - |
| XYZ | 20.34 | 12.29 | 8.32 | - |
| YUV | 92.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 77 | 0 | 0.69 | 0.56 | 0.31 | 348.6 | 0.53 | 0.45 |
| Hex | AF | 36 | 4D | 0 | 45 | 38 | 1F | 15D | 35 | 2D |
| Octal | 257 | 66 | 115 | 0 | 105 | 70 | 37 | 535 | 65 | 55 |
| Binary | 10101111 | 110110 | 1001101 | 0 | 1000101 | 111000 | 11111 | 101011101 | 110101 | 101101 |
Color Harmonies of #AF364D
Complementary color
Monochromatic Colors of #AF364D
Black with #AF364D
Text Example
Text Example
White with #AF364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF364D; }
p { color: rgb(175,54,77); }
H1.HeaderClassName
{
color: #AF364D;
}
.AnyTagClassName
{
color: #AF364D;
}
</style>
background-color css
<style>
a { background-color: #AF364D; }
a { background-color: rgb(175,54,77); }
div.DivClassName
{
background-color: #AF364D;
}
.BgClassName
{
background-color: #AF364D;
}
</style>
border-color css
<style>
span { border-color: #AF364D; }
span { border-color: rgb(175,54,77); }
td.TdClassName
{
border-color: #AF364D;
}
.TagClassName
{
border-color: #AF364D;
}
</style>