#AF3950

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

Shades of Night Shadz #AF3950

Tints of Night Shadz #AF3950

Color information

#AF3950 (or 0xAF3950) is unknown color: approx Night Shadz. HEX triplet: AF, 39 and 50. RGB value is (175,57,80). Sum of RGB (Red+Green+Blue) = 175+57+80=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3950 is #50C6AF. Grayscale: #5E5E5E. Windows color (decimal): -5293744 or 5257647. OLE color: 5257647.

HSL color Cylindrical-coordinate representation of color #AF3950: hue angle of 348.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3950 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1755780-
CMYK00.670.540.31
HSL348.31º50.86%45.49%-
HSV(B)348.31º67.43%68.63%-
XYZ20.5912.628.94-
YUV94.9119.59185.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.09%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=56.09%
G=18.27%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175578000.670.540.31348.3150.8645.49
HexAF3950043361F15c332d
Octal25771120010366375346355
Binary1010111111100110100000100001111011011111101011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3950; }

 p { color: rgb(175,57,80); }

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

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

 a { background-color: rgb(175,57,80); }

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

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

 span { border-color: rgb(175,57,80); }

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