#413541

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

Shades of Fuscous Grey #413541

Tints of Fuscous Grey #413541

Color information

#413541 (or 0x413541) is unknown color: approx Fuscous Grey. HEX triplet: 41, 35 and 41. RGB value is (65,53,65). Sum of RGB (Red+Green+Blue) = 65+53+65=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413541 is #BECABE. Grayscale: #393939. Windows color (decimal): -12503743 or 4273473. OLE color: 4273473.

HSL color Cylindrical-coordinate representation of color #413541: hue angle of 300º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413541 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB655365-
CMYK00.1800.75
HSL300º10.17%23.14%-
HSV(B)300º18.46%25.49%-
XYZ4.414.055.55-
YUV57.96131.98133.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=35.52%
G=28.96%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65536500.1800.7530010.1723.14
Hex41354101204B12ca17
Octal1016510102201134541227
Binary1000001110101100000101001001001011100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413541; }

 p { color: rgb(65,53,65); }

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

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

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

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

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

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

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