#a54551

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

Shades of Night Shadz #A54551

Tints of Night Shadz #A54551

Color information

#A54551 (or 0xA54551) is unknown color: approx Night Shadz. HEX triplet: A5, 45 and 51. RGB value is (165,69,81). Sum of RGB (Red+Green+Blue) = 165+69+81=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A54551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54551 is #5ABAAE. Grayscale: #636363. Windows color (decimal): -5946031 or 5326245. OLE color: 5326245.

HSL color Cylindrical-coordinate representation of color #A54551: hue angle of 352.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54551 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1656981-
CMYK00.580.510.35
HSL352.5º41.03%45.88%-
HSV(B)352.5º58.18%64.71%-
XYZ19.1312.859.26-
YUV99.07117.8175.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=52.38%
G=21.90%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165698100.580.510.35352.541.0345.88
HexA5455103A3323160292e
Octal24510512107263435405156
Binary10100101100010110100010111010110011100011101100000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54551; }

 p { color: rgb(165,69,81); }

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

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

 a { background-color: rgb(165,69,81); }

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

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

 span { border-color: rgb(165,69,81); }

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