Html Css Color HEX #413044 Fuscous Grey

📋 copy color: '#413044'

red 65 ◦ green 48 ◦ blue 68

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

Shades of Fuscous Grey #413044

Tints of Fuscous Grey #413044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 35.91%
G = 26.52%
B = 37.57%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413044 (or 0x413044) is known color: Fuscous Grey. HEX triplet: 41, 30 and 44. RGB value is (65,48,68). Sum of RGB (Red+Green+Blue) = 65+48+68=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #413044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413044 is #BECFBB. Grayscale: #373737. Windows color (decimal): -12505020 or 4468801. OLE color: 4468801.

HSL color Cylindrical-coordinate representation of color #413044: hue angle of 291º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413044 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 48 68 -
CMYK 0.04 0.29 0 0.73
HSL 291º 0.17% 0.23% -
HSV(B) 291º 0.29% 0.27% -
XYZ 4.28 3.66 5.95 -
YUV 55.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 65 48 68 0.04 0.29 0 0.73 291 0.17 0.23
Hex 41 30 44 4 1D 0 49 123 11 17
Octal 101 60 104 4 35 0 111 443 21 27
Binary 1000001 110000 1000100 100 11101 0 1001001 100100011 10001 10111

Color Harmonies of #413044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413044

Black with #413044

Text Example


Text Example

White with #413044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413044; }

 p { color: rgb(65,48,68); }

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

background-color css

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

 a { background-color: rgb(65,48,68); }

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

border-color css

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

 span { border-color: rgb(65,48,68); }

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