#413243

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

Shades of Fuscous Grey #413243

Tints of Fuscous Grey #413243

Color information

#413243 (or 0x413243) is unknown color: approx Fuscous Grey. HEX triplet: 41, 32 and 43. RGB value is (65,50,67). Sum of RGB (Red+Green+Blue) = 65+50+67=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #413243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413243 is #BECDBC. Grayscale: #383838. Windows color (decimal): -12504509 or 4403777. OLE color: 4403777.

HSL color Cylindrical-coordinate representation of color #413243: hue angle of 292.94º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413243 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB655067-
CMYK0.030.2500.74
HSL292.94º14.53%22.94%-
HSV(B)292.94º25.37%26.27%-
XYZ4.333.815.82-
YUV56.42133.97134.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=35.71%
G=27.47%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6550670.030.2500.74292.9414.5322.94
Hex41324331904A125f17
Octal1016210333101124451727
Binary10000011100101000011111100101001010100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413243; }

 p { color: rgb(65,50,67); }

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

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

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

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

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

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

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