Shades of Night Shadz #AF374E
Tints of Night Shadz #AF374E
RGB
CMYK
RGB Variations
Color information
#AF374E (or 0xAF374E) is known color: Night Shadz. HEX triplet: AF, 37 and 4E. RGB value is (175,55,78). Sum of RGB (Red+Green+Blue) = 175+55+78=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF374E is #50C8B1. Grayscale: #5D5D5D. Windows color (decimal): -5294258 or 5126063. OLE color: 5126063.
HSL color Cylindrical-coordinate representation of color #AF374E: hue angle of 348.5º degrees, saturation: 0.52, 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 #AF374E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 78 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.31 |
| HSL | 348.5º | 0.52% | 0.45% | - |
| HSV(B) | 348.5º | 0.69% | 0.69% | - |
| XYZ | 20.42 | 12.4 | 8.52 | - |
| YUV | 93.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 78 | 0 | 0.69 | 0.55 | 0.31 | 348.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 4E | 0 | 45 | 37 | 1F | 15C | 34 | 2D |
| Octal | 257 | 67 | 116 | 0 | 105 | 67 | 37 | 534 | 64 | 55 |
| Binary | 10101111 | 110111 | 1001110 | 0 | 1000101 | 110111 | 11111 | 101011100 | 110100 | 101101 |
Color Harmonies of #AF374E
Complementary color
Monochromatic Colors of #AF374E
Black with #AF374E
Text Example
Text Example
White with #AF374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF374E; }
p { color: rgb(175,55,78); }
H1.HeaderClassName
{
color: #AF374E;
}
.AnyTagClassName
{
color: #AF374E;
}
</style>
background-color css
<style>
a { background-color: #AF374E; }
a { background-color: rgb(175,55,78); }
div.DivClassName
{
background-color: #AF374E;
}
.BgClassName
{
background-color: #AF374E;
}
</style>
border-color css
<style>
span { border-color: #AF374E; }
span { border-color: rgb(175,55,78); }
td.TdClassName
{
border-color: #AF374E;
}
.TagClassName
{
border-color: #AF374E;
}
</style>