#AF394B

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

Shades of Night Shadz #AF394B

Tints of Night Shadz #AF394B

Color information

#AF394B (or 0xAF394B) is unknown color: approx Night Shadz. HEX triplet: AF, 39 and 4B. RGB value is (175,57,75). Sum of RGB (Red+Green+Blue) = 175+57+75=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF394B is #50C6B4. Grayscale: #5E5E5E. Windows color (decimal): -5293749 or 4929967. OLE color: 4929967.

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

Color convert

RGB1755775-
CMYK00.670.570.31
HSL350.85º50.86%45.49%-
HSV(B)350.85º67.43%68.63%-
XYZ20.4112.558-
YUV94.33117.09185.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=57.00%
G=18.57%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175577500.670.570.31350.8550.8645.49
HexAF394B043391F15f332d
Octal25771113010371375376355
Binary1010111111100110010110100001111100111111101011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF394B; }

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

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

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

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

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

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

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

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