#A7414B

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

Shades of Night Shadz #A7414B

Tints of Night Shadz #A7414B

Color information

#A7414B (or 0xA7414B) is unknown color: approx Night Shadz. HEX triplet: A7, 41 and 4B. RGB value is (167,65,75). Sum of RGB (Red+Green+Blue) = 167+65+75=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A7414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7414B is #58BEB4. Grayscale: #606060. Windows color (decimal): -5815989 or 4932007. OLE color: 4932007.

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

Color convert

RGB1676575-
CMYK00.610.550.35
HSL354.12º43.97%45.49%-
HSV(B)354.12º61.08%65.49%-
XYZ19.112.58.06-
YUV96.64115.79178.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=54.40%
G=21.17%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167657500.610.550.35354.1243.9745.49
HexA7414B03D37231622c2d
Octal24710111307567435425455
Binary10100111100000110010110111101110111100011101100010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7414B; }

 p { color: rgb(167,65,75); }

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

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

 a { background-color: rgb(167,65,75); }

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

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

 span { border-color: rgb(167,65,75); }

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