#A5374B

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

Shades of Night Shadz #A5374B

Tints of Night Shadz #A5374B

Color information

#A5374B (or 0xA5374B) is unknown color: approx Night Shadz. HEX triplet: A5, 37 and 4B. RGB value is (165,55,75). Sum of RGB (Red+Green+Blue) = 165+55+75=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5374B is #5AC8B4. Grayscale: #5A5A5A. Windows color (decimal): -5949621 or 4929445. OLE color: 4929445.

HSL color Cylindrical-coordinate representation of color #A5374B: hue angle of 349.09º 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 #A5374B is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1655575-
CMYK00.670.550.35
HSL349.09º50%43.14%-
HSV(B)349.09º66.67%64.71%-
XYZ18.1511.247.87-
YUV90.17119.44181.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=55.93%
G=18.64%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165557500.670.550.35349.095043.14
HexA5374B043372315d322b
Octal24567113010367435356253
Binary10100101110111100101101000011110111100011101011101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5374B; }

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

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

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

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

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

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

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

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