#AF3952

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

Shades of Night Shadz #AF3952

Tints of Night Shadz #AF3952

Color information

#AF3952 (or 0xAF3952) is unknown color: approx Night Shadz. HEX triplet: AF, 39 and 52. RGB value is (175,57,82). Sum of RGB (Red+Green+Blue) = 175+57+82=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3952 is #50C6AD. Grayscale: #5F5F5F. Windows color (decimal): -5293742 or 5388719. OLE color: 5388719.

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

Color convert

RGB1755782-
CMYK00.670.530.31
HSL347.29º50.86%45.49%-
HSV(B)347.29º67.43%68.63%-
XYZ20.6712.659.34-
YUV95.13120.59184.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.73%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=55.73%
G=18.15%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175578200.670.530.31347.2950.8645.49
HexAF3952043351F15b332d
Octal25771122010365375336355
Binary1010111111100110100100100001111010111111101011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3952; }

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

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

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

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

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

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

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

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