#AF3251

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

Shades of Night Shadz #AF3251

Tints of Night Shadz #AF3251

Color information

#AF3251 (or 0xAF3251) is unknown color: approx Night Shadz. HEX triplet: AF, 32 and 51. RGB value is (175,50,81). Sum of RGB (Red+Green+Blue) = 175+50+81=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3251 is #50CDAE. Grayscale: #5A5A5A. Windows color (decimal): -5295535 or 5321391. OLE color: 5321391.

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

Color convert

RGB1755081-
CMYK00.710.540.31
HSL345.12º55.56%44.12%-
HSV(B)345.12º71.43%68.63%-
XYZ20.3111.999.03-
YUV90.91122.41187.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=57.19%
G=16.34%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175508100.710.540.31345.1255.5644.12
HexAF3251047361F159382c
Octal25762121010766375317054
Binary1010111111001010100010100011111011011111101011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3251; }

 p { color: rgb(175,50,81); }

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

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

 a { background-color: rgb(175,50,81); }

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

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

 span { border-color: rgb(175,50,81); }

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