Shades of Night Shadz #A8374B
Tints of Night Shadz #A8374B
RGB
CMYK
RGB Variations
Color information
#A8374B (or 0xA8374B) is known color: Night Shadz. HEX triplet: A8, 37 and 4B. RGB value is (168,55,75). Sum of RGB (Red+Green+Blue) = 168+55+75=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8374B is #57C8B4. Grayscale: #5B5B5B. Windows color (decimal): -5753013 or 4929448. OLE color: 4929448.
HSL color Cylindrical-coordinate representation of color #A8374B: hue angle of 349.38º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8374B is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 75 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.34 |
| HSL | 349.38º | 0.51% | 0.44% | - |
| HSV(B) | 349.38º | 0.67% | 0.66% | - |
| XYZ | 18.78 | 11.57 | 7.9 | - |
| YUV | 91.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 75 | 0 | 0.67 | 0.55 | 0.34 | 349.38 | 0.51 | 0.44 |
| Hex | A8 | 37 | 4B | 0 | 43 | 37 | 22 | 15D | 33 | 2C |
| Octal | 250 | 67 | 113 | 0 | 103 | 67 | 42 | 535 | 63 | 54 |
| Binary | 10101000 | 110111 | 1001011 | 0 | 1000011 | 110111 | 100010 | 101011101 | 110011 | 101100 |
Color Harmonies of #A8374B
Complementary color
Monochromatic Colors of #A8374B
Black with #A8374B
Text Example
Text Example
White with #A8374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8374B; }
p { color: rgb(168,55,75); }
H1.HeaderClassName
{
color: #A8374B;
}
.AnyTagClassName
{
color: #A8374B;
}
</style>
background-color css
<style>
a { background-color: #A8374B; }
a { background-color: rgb(168,55,75); }
div.DivClassName
{
background-color: #A8374B;
}
.BgClassName
{
background-color: #A8374B;
}
</style>
border-color css
<style>
span { border-color: #A8374B; }
span { border-color: rgb(168,55,75); }
td.TdClassName
{
border-color: #A8374B;
}
.TagClassName
{
border-color: #A8374B;
}
</style>