Shades of Night Shadz #AF3D4C
Tints of Night Shadz #AF3D4C
RGB
CMYK
RGB Variations
Color information
#AF3D4C (or 0xAF3D4C) is known color: Night Shadz. HEX triplet: AF, 3D and 4C. RGB value is (175,61,76). Sum of RGB (Red+Green+Blue) = 175+61+76=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D4C is #50C2B3. Grayscale: #606060. Windows color (decimal): -5292724 or 4996527. OLE color: 4996527.
HSL color Cylindrical-coordinate representation of color #AF3D4C: hue angle of 352.11º 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 #AF3D4C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 76 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.31 |
| HSL | 352.11º | 0.48% | 0.46% | - |
| HSV(B) | 352.11º | 0.65% | 0.69% | - |
| XYZ | 20.65 | 12.97 | 8.25 | - |
| YUV | 96.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 76 | 0 | 0.65 | 0.57 | 0.31 | 352.11 | 0.48 | 0.46 |
| Hex | AF | 3D | 4C | 0 | 41 | 39 | 1F | 160 | 30 | 2E |
| Octal | 257 | 75 | 114 | 0 | 101 | 71 | 37 | 540 | 60 | 56 |
| Binary | 10101111 | 111101 | 1001100 | 0 | 1000001 | 111001 | 11111 | 101100000 | 110000 | 101110 |
Color Harmonies of #AF3D4C
Complementary color
Monochromatic Colors of #AF3D4C
Black with #AF3D4C
Text Example
Text Example
White with #AF3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D4C; }
p { color: rgb(175,61,76); }
H1.HeaderClassName
{
color: #AF3D4C;
}
.AnyTagClassName
{
color: #AF3D4C;
}
</style>
background-color css
<style>
a { background-color: #AF3D4C; }
a { background-color: rgb(175,61,76); }
div.DivClassName
{
background-color: #AF3D4C;
}
.BgClassName
{
background-color: #AF3D4C;
}
</style>
border-color css
<style>
span { border-color: #AF3D4C; }
span { border-color: rgb(175,61,76); }
td.TdClassName
{
border-color: #AF3D4C;
}
.TagClassName
{
border-color: #AF3D4C;
}
</style>