Html Css Color HEX #413842 Fuscous Grey

📋 copy color: '#413842'

red 65 ◦ green 56 ◦ blue 66

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

Shades of Fuscous Grey #413842

Tints of Fuscous Grey #413842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 34.76%
G = 29.95%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#413842 (or 0x413842) is known color: Fuscous Grey. HEX triplet: 41, 38 and 42. RGB value is (65,56,66). Sum of RGB (Red+Green+Blue) = 65+56+66=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 66 - color contains mainly: blue. Hex color #413842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413842 is #BEC7BD. Grayscale: #3B3B3B. Windows color (decimal): -12502974 or 4339777. OLE color: 4339777.

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

Color convert

RGB 65 56 66 -
CMYK 0.02 0.15 0 0.74
HSL 294º 0.08% 0.24% -
HSV(B) 294º 0.15% 0.26% -
XYZ 4.58 4.35 5.75 -
YUV 59.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 65 56 66 0.02 0.15 0 0.74 294 0.08 0.24
Hex 41 38 42 2 F 0 4A 126 8 18
Octal 101 70 102 2 17 0 112 446 10 30
Binary 1000001 111000 1000010 10 1111 0 1001010 100100110 1000 11000

Color Harmonies of #413842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413842

Black with #413842

Text Example


Text Example

White with #413842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413842; }

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

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

background-color css

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

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

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

border-color css

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

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

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