Shades of Night Shadz #AF364E
Tints of Night Shadz #AF364E
RGB
CMYK
RGB Variations
Color information
#AF364E (or 0xAF364E) is known color: Night Shadz. HEX triplet: AF, 36 and 4E. RGB value is (175,54,78). Sum of RGB (Red+Green+Blue) = 175+54+78=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF364E is #50C9B1. Grayscale: #5C5C5C. Windows color (decimal): -5294514 or 5125807. OLE color: 5125807.
HSL color Cylindrical-coordinate representation of color #AF364E: hue angle of 348.1º 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 #AF364E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 78 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.31 |
| HSL | 348.1º | 0.53% | 0.45% | - |
| HSV(B) | 348.1º | 0.69% | 0.69% | - |
| XYZ | 20.37 | 12.3 | 8.51 | - |
| YUV | 92.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 78 | 0 | 0.69 | 0.55 | 0.31 | 348.1 | 0.53 | 0.45 |
| Hex | AF | 36 | 4E | 0 | 45 | 37 | 1F | 15C | 35 | 2D |
| Octal | 257 | 66 | 116 | 0 | 105 | 67 | 37 | 534 | 65 | 55 |
| Binary | 10101111 | 110110 | 1001110 | 0 | 1000101 | 110111 | 11111 | 101011100 | 110101 | 101101 |
Color Harmonies of #AF364E
Complementary color
Monochromatic Colors of #AF364E
Black with #AF364E
Text Example
Text Example
White with #AF364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF364E; }
p { color: rgb(175,54,78); }
H1.HeaderClassName
{
color: #AF364E;
}
.AnyTagClassName
{
color: #AF364E;
}
</style>
background-color css
<style>
a { background-color: #AF364E; }
a { background-color: rgb(175,54,78); }
div.DivClassName
{
background-color: #AF364E;
}
.BgClassName
{
background-color: #AF364E;
}
</style>
border-color css
<style>
span { border-color: #AF364E; }
span { border-color: rgb(175,54,78); }
td.TdClassName
{
border-color: #AF364E;
}
.TagClassName
{
border-color: #AF364E;
}
</style>