Shades of Night Shadz #AF384D
Tints of Night Shadz #AF384D
RGB
CMYK
RGB Variations
Color information
#AF384D (or 0xAF384D) is known color: Night Shadz. HEX triplet: AF, 38 and 4D. RGB value is (175,56,77). Sum of RGB (Red+Green+Blue) = 175+56+77=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF384D is #50C7B2. Grayscale: #5E5E5E. Windows color (decimal): -5294003 or 5060783. OLE color: 5060783.
HSL color Cylindrical-coordinate representation of color #AF384D: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF384D is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 77 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.31 |
| HSL | 349.41º | 0.52% | 0.45% | - |
| HSV(B) | 349.41º | 0.68% | 0.69% | - |
| XYZ | 20.43 | 12.48 | 8.35 | - |
| YUV | 93.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 77 | 0 | 0.68 | 0.56 | 0.31 | 349.41 | 0.52 | 0.45 |
| Hex | AF | 38 | 4D | 0 | 44 | 38 | 1F | 15D | 34 | 2D |
| Octal | 257 | 70 | 115 | 0 | 104 | 70 | 37 | 535 | 64 | 55 |
| Binary | 10101111 | 111000 | 1001101 | 0 | 1000100 | 111000 | 11111 | 101011101 | 110100 | 101101 |
Color Harmonies of #AF384D
Complementary color
Monochromatic Colors of #AF384D
Black with #AF384D
Text Example
Text Example
White with #AF384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF384D; }
p { color: rgb(175,56,77); }
H1.HeaderClassName
{
color: #AF384D;
}
.AnyTagClassName
{
color: #AF384D;
}
</style>
background-color css
<style>
a { background-color: #AF384D; }
a { background-color: rgb(175,56,77); }
div.DivClassName
{
background-color: #AF384D;
}
.BgClassName
{
background-color: #AF384D;
}
</style>
border-color css
<style>
span { border-color: #AF384D; }
span { border-color: rgb(175,56,77); }
td.TdClassName
{
border-color: #AF384D;
}
.TagClassName
{
border-color: #AF384D;
}
</style>