#AF3C41

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

Shades of Night Shadz #AF3C41

Tints of Night Shadz #AF3C41

Color information

#AF3C41 (or 0xAF3C41) is unknown color: approx Night Shadz. HEX triplet: AF, 3C and 41. RGB value is (175,60,65). Sum of RGB (Red+Green+Blue) = 175+60+65=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C41 is #50C3BE. Grayscale: #5F5F5F. Windows color (decimal): -5292991 or 4275375. OLE color: 4275375.

HSL color Cylindrical-coordinate representation of color #AF3C41: hue angle of 357.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C41 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1756065-
CMYK00.660.630.31
HSL357.39º48.94%46.08%-
HSV(B)357.39º65.71%68.63%-
XYZ20.2512.736.39-
YUV94.95111.1185.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.33%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=58.33%
G=20%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175606500.660.630.31357.3948.9446.08
HexAF3C410423F1F165312e
Octal25774101010277375456156
Binary1010111111110010000010100001011111111111101100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C41; }

 p { color: rgb(175,60,65); }

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

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

 a { background-color: rgb(175,60,65); }

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

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

 span { border-color: rgb(175,60,65); }

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