Shades of Night Shadz #AF3C4D
Tints of Night Shadz #AF3C4D
RGB
CMYK
RGB Variations
Color information
#AF3C4D (or 0xAF3C4D) is known color: Night Shadz. HEX triplet: AF, 3C and 4D. RGB value is (175,60,77). Sum of RGB (Red+Green+Blue) = 175+60+77=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C4D is #50C3B2. Grayscale: #606060. Windows color (decimal): -5292979 or 5061807. OLE color: 5061807.
HSL color Cylindrical-coordinate representation of color #AF3C4D: hue angle of 351.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C4D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 77 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.31 |
| HSL | 351.13º | 0.49% | 0.46% | - |
| HSV(B) | 351.13º | 0.66% | 0.69% | - |
| XYZ | 20.63 | 12.88 | 8.42 | - |
| YUV | 96.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 77 | 0 | 0.66 | 0.56 | 0.31 | 351.13 | 0.49 | 0.46 |
| Hex | AF | 3C | 4D | 0 | 42 | 38 | 1F | 15F | 31 | 2E |
| Octal | 257 | 74 | 115 | 0 | 102 | 70 | 37 | 537 | 61 | 56 |
| Binary | 10101111 | 111100 | 1001101 | 0 | 1000010 | 111000 | 11111 | 101011111 | 110001 | 101110 |
Color Harmonies of #AF3C4D
Complementary color
Monochromatic Colors of #AF3C4D
Black with #AF3C4D
Text Example
Text Example
White with #AF3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C4D; }
p { color: rgb(175,60,77); }
H1.HeaderClassName
{
color: #AF3C4D;
}
.AnyTagClassName
{
color: #AF3C4D;
}
</style>
background-color css
<style>
a { background-color: #AF3C4D; }
a { background-color: rgb(175,60,77); }
div.DivClassName
{
background-color: #AF3C4D;
}
.BgClassName
{
background-color: #AF3C4D;
}
</style>
border-color css
<style>
span { border-color: #AF3C4D; }
span { border-color: rgb(175,60,77); }
td.TdClassName
{
border-color: #AF3C4D;
}
.TagClassName
{
border-color: #AF3C4D;
}
</style>