Html Css Color HEX #412F44 Fuscous Grey

📋 copy color: '#412F44'

red 65 ◦ green 47 ◦ blue 68

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

Shades of Fuscous Grey #412F44

Tints of Fuscous Grey #412F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.11%

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

R = 36.11%
G = 26.11%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#412F44 (or 0x412F44) is known color: Fuscous Grey. HEX triplet: 41, 2F and 44. RGB value is (65,47,68). Sum of RGB (Red+Green+Blue) = 65+47+68=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #412F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F44 is #BED0BB. Grayscale: #363636. Windows color (decimal): -12505276 or 4468545. OLE color: 4468545.

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

Color convert

RGB 65 47 68 -
CMYK 0.04 0.31 0 0.73
HSL 291.43º 0.18% 0.23% -
HSV(B) 291.43º 0.31% 0.27% -
XYZ 4.24 3.57 5.94 -
YUV 54.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 65 47 68 0.04 0.31 0 0.73 291.43 0.18 0.23
Hex 41 2F 44 4 1F 0 49 123 12 17
Octal 101 57 104 4 37 0 111 443 22 27
Binary 1000001 101111 1000100 100 11111 0 1001001 100100011 10010 10111

Color Harmonies of #412F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F44

Black with #412F44

Text Example


Text Example

White with #412F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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