#AF3848

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

Shades of Night Shadz #AF3848

Tints of Night Shadz #AF3848

Color information

#AF3848 (or 0xAF3848) is unknown color: approx Night Shadz. HEX triplet: AF, 38 and 48. RGB value is (175,56,72). Sum of RGB (Red+Green+Blue) = 175+56+72=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3848 is #50C7B7. Grayscale: #5D5D5D. Windows color (decimal): -5294008 or 4733103. OLE color: 4733103.

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

Color convert

RGB1755672-
CMYK00.680.590.31
HSL351.93º51.52%45.29%-
HSV(B)351.93º68%68.63%-
XYZ20.2612.417.46-
YUV93.4115.92186.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=57.76%
G=18.48%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175567200.680.590.31351.9351.5245.29
HexAF38480443B1F160342d
Octal25770110010473375406455
Binary1010111111100010010000100010011101111111101100000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3848; }

 p { color: rgb(175,56,72); }

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

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

 a { background-color: rgb(175,56,72); }

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

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

 span { border-color: rgb(175,56,72); }

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