Shades of Night Shadz #AF374D
Tints of Night Shadz #AF374D
RGB
CMYK
RGB Variations
Color information
#AF374D (or 0xAF374D) is known color: Night Shadz. HEX triplet: AF, 37 and 4D. RGB value is (175,55,77). Sum of RGB (Red+Green+Blue) = 175+55+77=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF374D is #50C8B2. Grayscale: #5D5D5D. Windows color (decimal): -5294259 or 5060527. OLE color: 5060527.
HSL color Cylindrical-coordinate representation of color #AF374D: hue angle of 349º 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 #AF374D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 77 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.31 |
| HSL | 349º | 0.52% | 0.45% | - |
| HSV(B) | 349º | 0.69% | 0.69% | - |
| XYZ | 20.38 | 12.38 | 8.34 | - |
| YUV | 93.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 77 | 0 | 0.69 | 0.56 | 0.31 | 349 | 0.52 | 0.45 |
| Hex | AF | 37 | 4D | 0 | 45 | 38 | 1F | 15D | 34 | 2D |
| Octal | 257 | 67 | 115 | 0 | 105 | 70 | 37 | 535 | 64 | 55 |
| Binary | 10101111 | 110111 | 1001101 | 0 | 1000101 | 111000 | 11111 | 101011101 | 110100 | 101101 |
Color Harmonies of #AF374D
Complementary color
Monochromatic Colors of #AF374D
Black with #AF374D
Text Example
Text Example
White with #AF374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF374D; }
p { color: rgb(175,55,77); }
H1.HeaderClassName
{
color: #AF374D;
}
.AnyTagClassName
{
color: #AF374D;
}
</style>
background-color css
<style>
a { background-color: #AF374D; }
a { background-color: rgb(175,55,77); }
div.DivClassName
{
background-color: #AF374D;
}
.BgClassName
{
background-color: #AF374D;
}
</style>
border-color css
<style>
span { border-color: #AF374D; }
span { border-color: rgb(175,55,77); }
td.TdClassName
{
border-color: #AF374D;
}
.TagClassName
{
border-color: #AF374D;
}
</style>