Html Css Color HEX #413642 Fuscous Grey

📋 copy color: '#413642'

red 65 ◦ green 54 ◦ blue 66

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

Shades of Fuscous Grey #413642

Tints of Fuscous Grey #413642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

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

R = 35.14%
G = 29.19%
B = 35.68%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#413642 (or 0x413642) is known color: Fuscous Grey. HEX triplet: 41, 36 and 42. RGB value is (65,54,66). Sum of RGB (Red+Green+Blue) = 65+54+66=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 66 - color contains mainly: blue. Hex color #413642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413642 is #BEC9BD. Grayscale: #3A3A3A. Windows color (decimal): -12503486 or 4339265. OLE color: 4339265.

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

Color convert

RGB 65 54 66 -
CMYK 0.02 0.18 0 0.74
HSL 295º 0.1% 0.24% -
HSV(B) 295º 0.18% 0.26% -
XYZ 4.48 4.16 5.72 -
YUV 58.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 65 54 66 0.02 0.18 0 0.74 295 0.1 0.24
Hex 41 36 42 2 12 0 4A 127 A 18
Octal 101 66 102 2 22 0 112 447 12 30
Binary 1000001 110110 1000010 10 10010 0 1001010 100100111 1010 11000

Color Harmonies of #413642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413642

Black with #413642

Text Example


Text Example

White with #413642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413642; }

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

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

background-color css

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

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

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

border-color css

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

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

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