#A5414F

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

Shades of Night Shadz #A5414F

Tints of Night Shadz #A5414F

Color information

#A5414F (or 0xA5414F) is unknown color: approx Night Shadz. HEX triplet: A5, 41 and 4F. RGB value is (165,65,79). Sum of RGB (Red+Green+Blue) = 165+65+79=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5414F is #5ABEB0. Grayscale: #606060. Windows color (decimal): -5947057 or 5194149. OLE color: 5194149.

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

Color convert

RGB1656579-
CMYK00.610.520.35
HSL351.6º43.48%45.1%-
HSV(B)351.6º60.61%64.71%-
XYZ18.8212.348.79-
YUV96.5118.13176.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=53.40%
G=21.04%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165657900.610.520.35351.643.4845.1
HexA5414F03D34231602b2d
Octal24510111707564435405355
Binary10100101100000110011110111101110100100011101100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5414F; }

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

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

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

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

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

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

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

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