#413044

Color #413044 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #413044

Tints of Fuscous Grey #413044

Color information

#413044 (or 0x413044) is unknown color: approx Fuscous Grey. HEX triplet: 41, 30 and 44. RGB value is (65,48,68). Sum of RGB (Red+Green+Blue) = 65+48+68=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #413044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413044 is #BECFBB. Grayscale: #373737. Windows color (decimal): -12505020 or 4468801. OLE color: 4468801.

HSL color Cylindrical-coordinate representation of color #413044: hue angle of 291º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413044 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB654868-
CMYK0.040.2900.73
HSL291º17.24%22.75%-
HSV(B)291º29.41%26.67%-
XYZ4.283.665.95-
YUV55.36135.13134.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=35.91%
G=26.52%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6548680.040.2900.7329117.2422.75
Hex41304441D0491231117
Octal1016010443501114432127
Binary1000001110000100010010011101010010011001000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413044; }

 p { color: rgb(65,48,68); }

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

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

 a { background-color: rgb(65,48,68); }

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

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

 span { border-color: rgb(65,48,68); }

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