Shades of Night Shadz #AF3D4A
Tints of Night Shadz #AF3D4A
RGB
CMYK
RGB Variations
Color information
#AF3D4A (or 0xAF3D4A) is known color: Night Shadz. HEX triplet: AF, 3D and 4A. RGB value is (175,61,74). Sum of RGB (Red+Green+Blue) = 175+61+74=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D4A is #50C2B5. Grayscale: #606060. Windows color (decimal): -5292726 or 4865455. OLE color: 4865455.
HSL color Cylindrical-coordinate representation of color #AF3D4A: hue angle of 353.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3D4A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 74 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.31 |
| HSL | 353.16º | 0.48% | 0.46% | - |
| HSV(B) | 353.16º | 0.65% | 0.69% | - |
| XYZ | 20.58 | 12.95 | 7.89 | - |
| YUV | 96.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 74 | 0 | 0.65 | 0.58 | 0.31 | 353.16 | 0.48 | 0.46 |
| Hex | AF | 3D | 4A | 0 | 41 | 3A | 1F | 161 | 30 | 2E |
| Octal | 257 | 75 | 112 | 0 | 101 | 72 | 37 | 541 | 60 | 56 |
| Binary | 10101111 | 111101 | 1001010 | 0 | 1000001 | 111010 | 11111 | 101100001 | 110000 | 101110 |
Color Harmonies of #AF3D4A
Complementary color
Monochromatic Colors of #AF3D4A
Black with #AF3D4A
Text Example
Text Example
White with #AF3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D4A; }
p { color: rgb(175,61,74); }
H1.HeaderClassName
{
color: #AF3D4A;
}
.AnyTagClassName
{
color: #AF3D4A;
}
</style>
background-color css
<style>
a { background-color: #AF3D4A; }
a { background-color: rgb(175,61,74); }
div.DivClassName
{
background-color: #AF3D4A;
}
.BgClassName
{
background-color: #AF3D4A;
}
</style>
border-color css
<style>
span { border-color: #AF3D4A; }
span { border-color: rgb(175,61,74); }
td.TdClassName
{
border-color: #AF3D4A;
}
.TagClassName
{
border-color: #AF3D4A;
}
</style>