#A4375B

Color #A4375B Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A4375B

Tints of Night Shadz #A4375B

Color information

#A4375B (or 0xA4375B) is unknown color: approx Night Shadz. HEX triplet: A4, 37 and 5B. RGB value is (164,55,91). Sum of RGB (Red+Green+Blue) = 164+55+91=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4375B is #5BC8A4. Grayscale: #5B5B5B. Windows color (decimal): -6015141 or 5978020. OLE color: 5978020.

HSL color Cylindrical-coordinate representation of color #A4375B: hue angle of 340.18º 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 #A4375B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1645591-
CMYK00.660.450.36
HSL340.18º49.77%42.94%-
HSV(B)340.18º66.46%64.31%-
XYZ18.5611.3811.12-
YUV91.7127.61179.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=52.90%
G=17.74%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164559100.660.450.36340.1849.7742.94
HexA4375B0422D24154322b
Octal24467133010255445246253
Binary10100100110111101101101000010101101100100101010100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4375B; }

 p { color: rgb(164,55,91); }

 H1.HeaderClassName
 {
   color: #A4375B;
 }
 .AnyTagClassName
 {
   color: #A4375B;
 }
</style>
background-color css

<style>
 a { background-color: #A4375B; }

 a { background-color: rgb(164,55,91); }

 div.DivClassName
 {
   background-color: #A4375B;
 }
 .BgClassName
 {
   background-color: #A4375B;
 }
</style>
border-color css

<style>
 span { border-color: #A4375B; }

 span { border-color: rgb(164,55,91); }

 td.TdClassName
 {
   border-color: #A4375B;
 }
 .TagClassName
 {
   border-color: #A4375B;
 }
</style>