Html Css Color HEX #413142 Fuscous Grey

📋 copy color: '#413142'

red 65 ◦ green 49 ◦ blue 66

#413142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #413142

Tints of Fuscous Grey #413142

RGB

 RED value IS 65 (25.78% from 255) = 36.11%

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 36.11%
G = 27.22%
B = 36.67%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #413142: hue angle of 296.47º 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 #413142 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 49 66 -
CMYK 0.02 0.26 0 0.74
HSL 296.47º 0.15% 0.23% -
HSV(B) 296.47º 0.26% 0.26% -
XYZ 4.26 3.71 5.65 -
YUV 55.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 65 49 66 0.02 0.26 0 0.74 296.47 0.15 0.23
Hex 41 31 42 2 1A 0 4A 128 F 17
Octal 101 61 102 2 32 0 112 450 17 27
Binary 1000001 110001 1000010 10 11010 0 1001010 100101000 1111 10111

Color Harmonies of #413142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413142

Black with #413142

Text Example


Text Example

White with #413142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413142; }

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

 H1.HeaderClassName
 {
   color: #413142;
 }
 .AnyTagClassName
 {
   color: #413142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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