Shades of Night Shadz #A4375A
Tints of Night Shadz #A4375A
RGB
CMYK
RGB Variations
Color information
#A4375A (or 0xA4375A) is known color: Night Shadz. HEX triplet: A4, 37 and 5A. RGB value is (164,55,90). Sum of RGB (Red+Green+Blue) = 164+55+90=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4375A is #5BC8A5. Grayscale: #5B5B5B. Windows color (decimal): -6015142 or 5912484. OLE color: 5912484.
HSL color Cylindrical-coordinate representation of color #A4375A: hue angle of 340.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4375A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 90 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.36 |
| HSL | 340.73º | 0.5% | 0.43% | - |
| HSV(B) | 340.73º | 0.66% | 0.64% | - |
| XYZ | 18.52 | 11.36 | 10.89 | - |
| YUV | 91.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 90 | 0 | 0.66 | 0.45 | 0.36 | 340.73 | 0.5 | 0.43 |
| Hex | A4 | 37 | 5A | 0 | 42 | 2D | 24 | 155 | 32 | 2B |
| Octal | 244 | 67 | 132 | 0 | 102 | 55 | 44 | 525 | 62 | 53 |
| Binary | 10100100 | 110111 | 1011010 | 0 | 1000010 | 101101 | 100100 | 101010101 | 110010 | 101011 |
Color Harmonies of #A4375A
Complementary color
Monochromatic Colors of #A4375A
Black with #A4375A
Text Example
Text Example
White with #A4375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4375A; }
p { color: rgb(164,55,90); }
H1.HeaderClassName
{
color: #A4375A;
}
.AnyTagClassName
{
color: #A4375A;
}
</style>
background-color css
<style>
a { background-color: #A4375A; }
a { background-color: rgb(164,55,90); }
div.DivClassName
{
background-color: #A4375A;
}
.BgClassName
{
background-color: #A4375A;
}
</style>
border-color css
<style>
span { border-color: #A4375A; }
span { border-color: rgb(164,55,90); }
td.TdClassName
{
border-color: #A4375A;
}
.TagClassName
{
border-color: #A4375A;
}
</style>