Html Css Color HEX #413143 Fuscous Grey

📋 copy color: '#413143'

red 65 ◦ green 49 ◦ blue 67

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

Shades of Fuscous Grey #413143

Tints of Fuscous Grey #413143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.02%

R = 35.91%
G = 27.07%
B = 37.02%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#413143 (or 0x413143) is known color: Fuscous Grey. HEX triplet: 41, 31 and 43. RGB value is (65,49,67). Sum of RGB (Red+Green+Blue) = 65+49+67=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #413143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413143 is #BECEBC. Grayscale: #373737. Windows color (decimal): -12504765 or 4403521. OLE color: 4403521.

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

Color convert

RGB 65 49 67 -
CMYK 0.03 0.27 0 0.74
HSL 293.33º 0.16% 0.23% -
HSV(B) 293.33º 0.27% 0.26% -
XYZ 4.29 3.73 5.8 -
YUV 55.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 65 49 67 0.03 0.27 0 0.74 293.33 0.16 0.23
Hex 41 31 43 3 1B 0 4A 125 10 17
Octal 101 61 103 3 33 0 112 445 20 27
Binary 1000001 110001 1000011 11 11011 0 1001010 100100101 10000 10111

Color Harmonies of #413143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413143

Black with #413143

Text Example


Text Example

White with #413143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413143; }

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

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

background-color css

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

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

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

border-color css

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

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

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