#A4414B

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

Shades of Night Shadz #A4414B

Tints of Night Shadz #A4414B

Color information

#A4414B (or 0xA4414B) is unknown color: approx Night Shadz. HEX triplet: A4, 41 and 4B. RGB value is (164,65,75). Sum of RGB (Red+Green+Blue) = 164+65+75=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4414B is #5BBEB4. Grayscale: #5F5F5F. Windows color (decimal): -6012597 or 4932004. OLE color: 4932004.

HSL color Cylindrical-coordinate representation of color #A4414B: hue angle of 353.94º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4414B is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1646575-
CMYK00.600.540.36
HSL353.94º43.23%44.9%-
HSV(B)353.94º60.37%64.31%-
XYZ18.4712.188.03-
YUV95.74116.3176.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=53.95%
G=21.38%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164657500.600.540.36353.9443.2344.9
HexA4414B03C36241622b2d
Octal24410111307466445425355
Binary10100100100000110010110111100110110100100101100010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4414B; }

 p { color: rgb(164,65,75); }

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

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

 a { background-color: rgb(164,65,75); }

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

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

 span { border-color: rgb(164,65,75); }

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