#A5374F

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

Shades of Night Shadz #A5374F

Tints of Night Shadz #A5374F

Color information

#A5374F (or 0xA5374F) is unknown color: approx Night Shadz. HEX triplet: A5, 37 and 4F. RGB value is (165,55,79). Sum of RGB (Red+Green+Blue) = 165+55+79=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A5374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5374F is #5AC8B0. Grayscale: #5A5A5A. Windows color (decimal): -5949617 or 5191589. OLE color: 5191589.

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

Color convert

RGB1655579-
CMYK00.670.520.35
HSL346.91º50%43.14%-
HSV(B)346.91º66.67%64.71%-
XYZ18.2911.38.61-
YUV90.63121.44181.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=55.18%
G=18.39%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165557900.670.520.35346.915043.14
HexA5374F043342315b322b
Octal24567117010364435336253
Binary10100101110111100111101000011110100100011101011011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5374F; }

 p { color: rgb(165,55,79); }

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

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

 a { background-color: rgb(165,55,79); }

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

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

 span { border-color: rgb(165,55,79); }

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