Html Css Color HEX #413243 Fuscous Grey

📋 copy color: '#413243'

red 65 ◦ green 50 ◦ blue 67

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

Shades of Fuscous Grey #413243

Tints of Fuscous Grey #413243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 35.71%
G = 27.47%
B = 36.81%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#413243 (or 0x413243) is known color: Fuscous Grey. HEX triplet: 41, 32 and 43. RGB value is (65,50,67). Sum of RGB (Red+Green+Blue) = 65+50+67=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #413243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413243 is #BECDBC. Grayscale: #383838. Windows color (decimal): -12504509 or 4403777. OLE color: 4403777.

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

Color convert

RGB 65 50 67 -
CMYK 0.03 0.25 0 0.74
HSL 292.94º 0.15% 0.23% -
HSV(B) 292.94º 0.25% 0.26% -
XYZ 4.33 3.81 5.82 -
YUV 56.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 65 50 67 0.03 0.25 0 0.74 292.94 0.15 0.23
Hex 41 32 43 3 19 0 4A 125 F 17
Octal 101 62 103 3 31 0 112 445 17 27
Binary 1000001 110010 1000011 11 11001 0 1001010 100100101 1111 10111

Color Harmonies of #413243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413243

Black with #413243

Text Example


Text Example

White with #413243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413243; }

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

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

background-color css

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

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

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

border-color css

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

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

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