#A5394B

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

Shades of Night Shadz #A5394B

Tints of Night Shadz #A5394B

Color information

#A5394B (or 0xA5394B) is unknown color: approx Night Shadz. HEX triplet: A5, 39 and 4B. RGB value is (165,57,75). Sum of RGB (Red+Green+Blue) = 165+57+75=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5394B is #5AC6B4. Grayscale: #5B5B5B. Windows color (decimal): -5949109 or 4929957. OLE color: 4929957.

HSL color Cylindrical-coordinate representation of color #A5394B: hue angle of 350º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5394B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1655775-
CMYK00.650.550.35
HSL350º48.65%43.53%-
HSV(B)350º65.45%64.71%-
XYZ18.2511.437.9-
YUV91.34118.78180.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=55.56%
G=19.19%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165577500.650.550.3535048.6543.53
HexA5394B041372315e312c
Octal24571113010167435366154
Binary10100101111001100101101000001110111100011101011110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5394B; }

 p { color: rgb(165,57,75); }

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

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

 a { background-color: rgb(165,57,75); }

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

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

 span { border-color: rgb(165,57,75); }

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