#A4364B

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

Shades of Night Shadz #A4364B

Tints of Night Shadz #A4364B

Color information

#A4364B (or 0xA4364B) is unknown color: approx Night Shadz. HEX triplet: A4, 36 and 4B. RGB value is (164,54,75). Sum of RGB (Red+Green+Blue) = 164+54+75=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4364B is #5BC9B4. Grayscale: #595959. Windows color (decimal): -6015413 or 4929188. OLE color: 4929188.

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

Color convert

RGB1645475-
CMYK00.670.540.36
HSL348.55º50.46%42.75%-
HSV(B)348.55º67.07%64.31%-
XYZ17.911.047.84-
YUV89.28119.94181.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.97%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=55.97%
G=18.43%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164547500.670.540.36348.5550.4642.75
HexA4364B043362415d322b
Octal24466113010366445356253
Binary10100100110110100101101000011110110100100101011101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4364B; }

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

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

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

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

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

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

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

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