#423141

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

Shades of Fuscous Grey #423141

Tints of Fuscous Grey #423141

Color information

#423141 (or 0x423141) is unknown color: approx Fuscous Grey. HEX triplet: 42, 31 and 41. RGB value is (66,49,65). Sum of RGB (Red+Green+Blue) = 66+49+65=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #423141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423141 is #BDCEBE. Grayscale: #373737. Windows color (decimal): -12439231 or 4272450. OLE color: 4272450.

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

Color convert

RGB664965-
CMYK00.260.020.74
HSL303.53º14.78%22.55%-
HSV(B)303.53º25.76%25.88%-
XYZ4.33.745.5-
YUV55.91133.13135.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=36.67%
G=27.22%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66496500.260.020.74303.5314.7822.55
Hex42314101A24A130f17
Octal1026110103221124601727
Binary10000101100011000001011010101001010100110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423141; }

 p { color: rgb(66,49,65); }

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

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

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

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

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

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

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